home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 380000

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
380000,107914493 AoJ 380000 datasette 107914493 2020-11-28T07:05:25Z
380000,140912432 AoJ 380000 sqlite-utils 140912432 2023-01-25T23:56:48Z
380000,197431109 AoJ 380000 dogsheep-beta 197431109 2023-01-25T23:59:52Z
380000,206156866 AoJ 380000 twitter-to-sqlite 206156866 2020-11-28T07:11:08Z
380000,207052882 AoJ 380000 github-to-sqlite 207052882 2020-11-28T07:06:30Z

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