home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 655964

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
655964,140912432 leofiore 655964 sqlite-utils 140912432 2022-04-02T18:39:52Z
655964,197431109 leofiore 655964 dogsheep-beta 197431109 2021-08-30T08:43:57Z
655964,206156866 leofiore 655964 twitter-to-sqlite 206156866 2022-08-04T07:17:53Z
655964,207052882 leofiore 655964 github-to-sqlite 207052882 2022-08-04T07:17:54Z

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