home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

9 rows where labels_id = 3083290624

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
919822817,3083290624 docker 3083290624 Official Datasette Docker image should use SQLite >= 3.31.0 (for generated columns) 919822817
1034535001,3083290624 docker 3083290624 Publish to Docker Hub failing with "libcrypt.so.1: cannot open shared object file" 1034535001
1058815557,3083290624 docker 3083290624 Docker configuration for exercising Datasette behind Apache mod_proxy 1058815557
1058896236,3083290624 docker 3083290624 Deploy a live instance of demos/apache-proxy 1058896236
1131295060,3083290624 docker 3083290624 Update Dockerfile generated by `datasette publish` 1131295060
1296222572,3083290624 docker 3083290624 Upgrade to 3.10.6-slim-bullseye Docker base image 1296222572
1422915587,3083290624 docker 3083290624 Upgrade Datasette Docker to Python 3.11 1422915587
1452572348,3083290624 docker 3083290624 datasette package --spatialite throws error during build 1452572348
1497909798,3083290624 docker 3083290624 datasette --root running in Docker doesn't reliably show the magic URL 1497909798

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
                ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
                ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 8.686ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows