home / github

Menu
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

36 rows where labels_id = 729587544

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
267861210,729587544 large 729587544 Command line tool for uploading one or more DBs to Now 267861210
268106803,729587544 large 729587544 Try running SQLite queries in a separate thread 268106803
268470572,729587544 large 729587544 Implement command-line tool interface 268470572
273247186,729587544 large 729587544 Support for title/source/license metadata 273247186
273703829,729587544 large 729587544 Filter UI on table page 273703829
275125561,729587544 large 729587544 Datasette serve should accept paths/URLs to CSVs and other file formats 275125561
275476839,729587544 large 729587544 Per-database and per-table metadata, probably using data-package 275476839
309047460,729587544 large 729587544 Ability to bundle metadata and templates inside the SQLite file 309047460
323658641,729587544 large 729587544 Add ?_extra= mechanism for requesting extra properties in JSON 323658641
323681589,729587544 large 729587544 Export to CSV 323681589
324188953,729587544 large 729587544 Port Datasette to ASGI 324188953
325958506,729587544 large 729587544 Support cross-database joins 325958506
346026869,729587544 large 729587544 Handle many-to-many relationships 346026869
421546944,729587544 large 729587544 Datasette Library 421546944
421548881,729587544 large 729587544 Hashed URLs should be optional 421548881
421551434,729587544 large 729587544 Default to opening files in mutable mode, special option for immutable files 421551434
459590021,729587544 large 729587544 Decide what goes into Datasette 1.0 459590021
465003070,729587544 large 729587544 Ship many-to-many faceting support (and facet-by-delimiter) 465003070
476573875,729587544 large 729587544 Datasette Edit 476573875
573755726,729587544 large 729587544 Mechanism for plugins to add action menu items for various things 573755726
582517965,729587544 large 729587544 Ability for a canned query to write to the database 582517965
582526961,729587544 large 729587544 Authentication (and permissions) as a core concept 582526961
628499086,729587544 large 729587544 "flash messages" mechanism 628499086
633578769,729587544 large 729587544 Support "allow" block on root, databases and tables, not just queries 633578769
634917088,729587544 large 729587544 Example permissions plugin 634917088
635108074,729587544 large 729587544 Example authentication plugin 635108074
638212085,729587544 large 729587544 Magic parameters for canned queries 638212085
672421411,729587544 large 729587544 Support reverse pagination (previous page, has-previous-items) 672421411
705840673,729587544 large 729587544 Support faceting against arbitrary SQL queries 705840673
711627628,729587544 large 729587544 Action menu for table columns 711627628
724878151,729587544 large 729587544 Bring date parsing into Datasette core 724878151
727802081,729587544 large 729587544 Plugin hook for loading templates 727802081
732674148,729587544 large 729587544 Refactor .csv to be an output renderer - and teach register_output_renderer to stream all rows 732674148
770436876,729587544 large 729587544 Maintain an in-memory SQLite table of connected databases and their tables 770436876
775666296,729587544 large 729587544 "datasette insert" command and plugin hook 775666296
1323346408,729587544 large 729587544 i18n support 1323346408

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.263ms · About: simonw/datasette-graphql