labels_pull_requests
7 rows where labels_id = 754269786
This data as json, CSV (advanced)
Link | labels_id | pull_requests_id |
---|---|---|
754269786,204851511 | plugins 754269786 | render_cell(value) plugin hook 204851511 |
754269786,431478724 | plugins 754269786 | register_routes() plugin hook 431478724 |
754269786,512736705 | plugins 754269786 | Nav menu plus menu_links() hook 512736705 |
754269786,513106026 | plugins 754269786 | load_template() plugin hook 513106026 |
754269786,804924636 | plugins 754269786 | filters_from_request plugin hook, now used in TableView 804924636 |
754269786,1496106142 | plugins 754269786 | DATASETTE_LOAD_PLUGINS environment variable for loading specific plugins 1496106142 |
754269786,1507122571 | plugins 754269786 | actors_from_ids plugin hook and datasette.actors_from_ids() method 1507122571 |
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]);