home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

28 rows where labels_id = 947465681

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
274615452,947465681 metadata 947465681 Add “updated” to metadata 274615452
281197863,947465681 metadata 947465681 License/Source in footer should inherit from top level 281197863
288438570,947465681 metadata 947465681 More metadata options for template authors  288438570
299760684,947465681 metadata 947465681 Metadata should be a nested arbitrary KV store 299760684
309047460,947465681 metadata 947465681 Ability to bundle metadata and templates inside the SQLite file 309047460
316323336,947465681 metadata 947465681 metadata.json support for plugin configuration options 316323336
317714268,947465681 metadata 947465681 External metadata.json 317714268
323223872,947465681 metadata 947465681 Validate metadata.json on startup 323223872
324720095,947465681 metadata 947465681 "config" section in metadata.json (root, database and table level) 324720095
341123355,947465681 metadata 947465681 Requesting support for query description 341123355
348043884,947465681 metadata 947465681 Plugin hook for loading metadata.json 348043884
449886319,947465681 metadata 947465681 Rename metadata.json to config.json 449886319
531502365,947465681 metadata 947465681 Make database level information from metadata.json available in the index.html template 531502365
598013965,947465681 metadata 947465681 --plugin-secret over-rides existing metadata.json plugin config 598013965
611540797,947465681 metadata 947465681 Ability to set custom default _size on a per-table basis 611540797
626211658,947465681 metadata 947465681 Ability to configure keyset pagination for views and queries 626211658
626593402,947465681 metadata 947465681 Internals documentation for datasette.metadata() method 626593402
640917326,947465681 metadata 947465681 canned_queries() plugin hook 640917326
642651572,947465681 metadata 947465681 Plugin hook for instance/database/table metadata 642651572
681334912,947465681 metadata 947465681 Support column descriptions in metadata.json 681334912
777333388,947465681 metadata 947465681 Mechanism for storing metadata in _metadata tables 777333388
930807135,947465681 metadata 947465681 Plugin hook for dynamic metadata 930807135
940077168,947465681 metadata 947465681 "searchmode": "raw" in table metadata 940077168
951185411,947465681 metadata 947465681 feature request: social meta tags 951185411
969758038,947465681 metadata 947465681 Column metadata 969758038
1138008042,947465681 metadata 947465681 "permissions" propery in metadata for configuring arbitrary permissions 1138008042
1359557737,947465681 metadata 947465681 Parts of YAML file do not work when db name is "off" 1359557737
1363440999,947465681 metadata 947465681 Ability to set a custom facet_size per table 1363440999

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