home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

11 rows where labels_id = 993377884

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
993377884,369394043 enhancement 993377884 on_create mechanism for after table creation 369394043
993377884,481616704 enhancement 993377884 Tracer mechanism for seeing underlying SQL 481616704
993377884,510956134 enhancement 993377884 Progress bar for sqlite-utils insert command 510956134
993377884,521287994 enhancement 993377884 changes to allow for compound foreign keys 521287994
993377884,537791675 enhancement 993377884 sqlite-utils analyze-tables command and table.analyze_column() method 537791675
993377884,815164865 enhancement 993377884 --lines and --text and --convert and --import 815164865
993377884,853484980 enhancement 993377884 Add SpatiaLite helpers to CLI 853484980
993377884,1038565427 enhancement 993377884 Support entrypoints for `--load-extension` 1038565427
993377884,1311438738 enhancement 993377884 Support self-referencing FKs in `Table.create` 1311438738
993377884,1358254580 enhancement 993377884 Analyze tables options: --common-limit, --no-most, --no-least 1358254580
993377884,1358282799 enhancement 993377884 TUI powered by Trogon 1358282799

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 15.882ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows