home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 575716

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
575716,107914493 littlepea 575716 datasette 107914493 2020-12-28T01:15:49Z
575716,140912432 littlepea 575716 sqlite-utils 140912432 2020-12-28T01:12:14Z
575716,197431109 littlepea 575716 dogsheep-beta 197431109 2021-01-19T04:48:09Z
575716,207052882 littlepea 575716 github-to-sqlite 207052882 2020-12-28T01:14:16Z

Advanced export

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

CSV options:

CREATE TABLE [stars] (
   [user] INTEGER REFERENCES [users]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [starred_at] TEXT,
   PRIMARY KEY ([user], [repo])
);
CREATE INDEX [idx_stars_repo]
                ON [stars] ([repo]);
CREATE INDEX [idx_stars_user]
                ON [stars] ([user]);
Powered by Datasette · Queries took 702.37ms · About: simonw/datasette-graphql