home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

12 rows where labels_id = 2228524938

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
665400224,2228524938 idea 2228524938 "allow": true for anyone, "allow": false for nobody 665400224
675594325,2228524938 idea 2228524938 Idea: "datasette publish" option for "only if the data has changed 675594325
677250834,2228524938 idea 2228524938 datasette fixtures.db --get "/fixtures.json" 677250834
681516976,2228524938 idea 2228524938 Path parameters for custom pages 681516976
685806511,2228524938 idea 2228524938 Private/secret databases: database files that are only visible to plugins 685806511
708289783,2228524938 idea 2228524938 Idea: -o could open to a more convenient location 708289783
793027837,2228524938 idea 2228524938 Rename /:memory: to /_memory 793027837
910092577,2228524938 idea 2228524938 Research: syntactic sugar for using --get with SQL queries, maybe "datasette query" 910092577
924203783,2228524938 idea 2228524938 Idea: ?_end=1 option for streaming CSV responses 924203783
977323133,2228524938 idea 2228524938 Ability to search for text across all columns in a table 977323133
1068791148,2228524938 idea 2228524938 Idea: hover to reveal details of linked row 1068791148
1615692818,2228524938 idea 2228524938 Potential feature: special support for `?a=1&a=2` on the query page 1615692818

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