home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 21260838

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
21260838,107914493 KasperZutterman 21260838 datasette 107914493 2020-12-13T18:18:16Z
21260838,197431109 KasperZutterman 21260838 dogsheep-beta 197431109 2021-07-26T19:23:16Z
21260838,206156866 KasperZutterman 21260838 twitter-to-sqlite 206156866 2021-03-26T20:18:57Z
21260838,213286752 KasperZutterman 21260838 pocket-to-sqlite 213286752 2021-03-26T20:19:38Z

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 10.769ms · About: simonw/datasette-graphql