home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 1418870

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
1418870,197882382 aluxian 1418870 healthkit-to-sqlite 197882382 2022-02-25T20:06:28Z
1418870,205429375 aluxian 1418870 swarm-to-sqlite 205429375 2022-02-25T20:21:34Z
1418870,206156866 aluxian 1418870 twitter-to-sqlite 206156866 2022-02-25T20:05:29Z
1418870,207052882 aluxian 1418870 github-to-sqlite 207052882 2022-02-25T20:05:05Z
1418870,248903544 aluxian 1418870 hacker-news-to-sqlite 248903544 2022-02-25T20:10:02Z

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