home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

12 rows where labels_id = 2531637209

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
346026869,2531637209 tracking-issue 2531637209 Handle many-to-many relationships 346026869
722673818,2531637209 tracking-issue 2531637209 Fix issues relating to base_url 722673818
749982022,2531637209 tracking-issue 2531637209 Rebrand config as settings 749982022
775666296,2531637209 tracking-issue 2531637209 "datasette insert" command and plugin hook 775666296
1021550542,2531637209 tracking-issue 2531637209 Support Python 3.10 1021550542
1083669410,2531637209 tracking-issue 2531637209 Release Datasette 0.60 1083669410
1114628238,2531637209 tracking-issue 2531637209 Improvements to help make Datasette a better tool for learning SQL 1114628238
1170144879,2531637209 tracking-issue 2531637209 Refactor and simplify Datasette routing and views 1170144879
1174423568,2531637209 tracking-issue 2531637209 Ship Datasette 0.61 1174423568
1223234932,2531637209 tracking-issue 2531637209 Get Datasette compatible with Pyodide 1223234932
1468689139,2531637209 tracking-issue 2531637209 Finalize design of JSON for Datasette 1.0 1468689139
1822934563,2531637209 tracking-issue 2531637209 Plan for getting the new JSON format query views working 1822934563

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