home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 93906

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
93906,107914493 filippog 93906 datasette 107914493 2017-11-14T20:37:01Z
93906,140912432 filippog 93906 sqlite-utils 140912432 2022-03-29T11:56:32Z
93906,197431109 filippog 93906 dogsheep-beta 197431109 2021-08-23T10:26:16Z
93906,206156866 filippog 93906 twitter-to-sqlite 206156866 2022-08-04T15:46:44Z
93906,207052882 filippog 93906 github-to-sqlite 207052882 2022-08-04T15:46:48Z

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