home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

4 rows where pull_requests_id = 79321657

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
97607310,79321657 contrib-help-wanted 97607310 WIP: progress toward making groupby work with multiple arguments 79321657
146501305,79321657 enhancement 146501305 WIP: progress toward making groupby work with multiple arguments 79321657
178900142,79321657 topic-groupby 178900142 WIP: progress toward making groupby work with multiple arguments 79321657
508507478,79321657 needs work 508507478 WIP: progress toward making groupby work with multiple arguments 79321657

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 6.906ms · About: xarray-datasette