home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

32 rows where labels_id = 2157112227

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
465815372,2157112227 research 2157112227 Experiment with type hints 465815372
644161221,2157112227 research 2157112227 Support for compound (composite) foreign keys 644161221
652961907,2157112227 research 2157112227 Improved (and better documented) support for transactions 652961907
665700495,2157112227 research 2157112227 CLI utility for inserting binary files into SQLite 665700495
688351054,2157112227 research 2157112227 Idea: insert-files mechanism for adding extra columns with fixed values 688351054
688352145,2157112227 research 2157112227 insert-files support for compressed values 688352145
705995722,2157112227 research 2157112227 A decorator for registering custom SQL functions 705995722
706001517,2157112227 research 2157112227 Idea: conversions= could take Python functions 706001517
709861194,2157112227 research 2157112227 Try running some tests using Hypothesis 709861194
723460107,2157112227 research 2157112227 Maybe: Utility method / CLI tool for initializing SpatiaLite 723460107
731740458,2157112227 research 2157112227 Idea: @db.register_function(deterministic=True) 731740458
777392020,2157112227 research 2157112227 Mechanism for maintaining cache of table counts using triggers 777392020
915421499,2157112227 research 2157112227 row.update() or row.pk 915421499
921878733,2157112227 research 2157112227 Idea: import CSV to memory, run SQL, export in a single command 921878733
974067156,2157112227 research 2157112227 Research: handle gzipped CSV directly 974067156
1066474200,2157112227 research 2157112227 Support STRICT tables 1066474200
1072435124,2157112227 research 2157112227 Optional caching mechanism for table.lookup() 1072435124
1090798237,2157112227 research 2157112227 Use RETURNING if available to populate last_pk 1090798237
1096563265,2157112227 research 2157112227 Python library methods for calling ANALYZE 1096563265
1097091527,2157112227 research 2157112227 Research how much of a difference analyze / sqlite_stat1 makes 1097091527
1097251014,2157112227 research 2157112227 `sqlite-utils bulk` command 1097251014
1097477582,2157112227 research 2157112227 `sqlite-utils bulk` command 1097477582
1160182768,2157112227 research 2157112227 Optional Pandas integration 1160182768
1215216249,2157112227 research 2157112227 Research adding support for savepoints 1215216249
1326349129,2157112227 research 2157112227 Consider including animated SVG console demos 1326349129
1338001039,2157112227 research 2157112227 Link from documentation to source code 1338001039
1352932716,2157112227 research 2157112227 sqlite-utils query --functions mechanism for registering extra functions 1352932716
1386530156,2157112227 research 2157112227 Idea: ability to pass extra variables to `--convert` scripts 1386530156
1393202060,2157112227 research 2157112227 devrel/python api: Pylance type hinting 1393202060
1718517882,2157112227 research 2157112227 Try out Trogon for a tui interface 1718517882
1784794489,2157112227 research 2157112227 Explore the intersection between sqlite-utils and dataclasses 1784794489
1817289521,2157112227 research 2157112227 Get `add_foreign_keys()` to work without modifying `sqlite_master` 1817289521

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 11.317ms · About: github-to-sqlite