home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

7 rows where user = 1581943

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
1581943,107914493 Whoaa512 1581943 datasette 107914493 2018-10-31T03:59:22Z
1581943,197431109 Whoaa512 1581943 dogsheep-beta 197431109 2023-01-09T22:00:51Z
1581943,197882382 Whoaa512 1581943 healthkit-to-sqlite 197882382 2023-01-09T22:01:18Z
1581943,206156866 Whoaa512 1581943 twitter-to-sqlite 206156866 2023-01-09T22:00:58Z
1581943,207052882 Whoaa512 1581943 github-to-sqlite 207052882 2023-01-09T22:01:02Z
1581943,214746582 Whoaa512 1581943 dogsheep.github.io 214746582 2023-01-09T22:01:21Z
1581943,256834907 Whoaa512 1581943 dogsheep-photos 256834907 2023-01-09T22:01:08Z

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