home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

12 rows where labels_id = 4860121561

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
1469821027,4860121561 internals 4860121561 Document methods to get canned queries 1469821027
1495431932,4860121561 internals 4860121561 `datasette.create_token(...)` method for creating signed API tokens 1495431932
1522778923,4860121561 internals 4860121561 Document datasette.urls.row and row_blob 1522778923
1525815985,4860121561 internals 4860121561 Make CustomJSONEncoder a documented public API 1525815985
1726236847,4860121561 internals 4860121561 Resolve the difference between `wrap_view()` and `BaseView` 1726236847
1726603778,4860121561 internals 4860121561 New View base class 1726603778
1838469176,4860121561 internals 4860121561 Context base class to support documenting the context 1838469176
1875739055,4860121561 internals 4860121561 Document return type of await ds.permission_allowed() 1875739055
1876353656,4860121561 internals 4860121561 Consider a request/response wrapping hook slightly higher level than asgi_wrapper() 1876353656
1884408624,4860121561 internals 4860121561 Move schema tables from _internal to _catalog 1884408624
1978022687,4860121561 internals 4860121561 request.post_body() can only be called once 1978022687
1978023780,4860121561 internals 4860121561 request.post_vars() method obliterates form keys with multiple values 1978023780

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