home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

6 rows where labels_id = 727708736

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
268262480,727708736 good first issue 727708736 date, year, month and day querystring lookups 268262480
273181020,727708736 good first issue 727708736 Support for ?field__isnull=1 or similar 273181020
273660425,727708736 good first issue 727708736 datasette package --metadata does not work with a relative path 273660425
274662378,727708736 good first issue 727708736 Fix the   bug on the database custom SQL query view 274662378
275228834,727708736 good first issue 727708736 "Reformat SQL" button next to SQL editor textarea 275228834
325294102,727708736 good first issue 727708736 Build smallest possible Docker image with Datasette plus recent SQLite (with json1) plus Spatialite 4.4.0 325294102

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.789ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows