labels_pull_requests
5 rows where labels_id = 2374328705
This data as json, CSV (advanced)
Link | labels_id | pull_requests_id |
---|---|---|
2374328705,671014751 | cli-tool 2374328705 | sqlite-utils memory command for directly querying CSV/JSON data 671014751 |
2374328705,700944644 | cli-tool 2374328705 | sqlite-utils convert command and db[table].convert(...) method 700944644 |
2374328705,817257851 | cli-tool 2374328705 | `sqlite-utils bulk` command 817257851 |
2374328705,853484980 | cli-tool 2374328705 | Add SpatiaLite helpers to CLI 853484980 |
2374328705,1038565427 | cli-tool 2374328705 | Support entrypoints for `--load-extension` 1038565427 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [labels_pull_requests] ( [labels_id] INTEGER REFERENCES [labels]([id]), [pull_requests_id] INTEGER REFERENCES [pull_requests]([id]), PRIMARY KEY ([labels_id], [pull_requests_id]) ); CREATE INDEX [idx_labels_pull_requests_pull_requests_id] ON [labels_pull_requests] ([pull_requests_id]); CREATE INDEX [idx_labels_pull_requests_labels_id] ON [labels_pull_requests] ([labels_id]);