home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

6 rows where user = 627365

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
627365,107914493 williamrowell 627365 datasette 107914493 2020-12-24T19:42:02Z
627365,140912432 williamrowell 627365 sqlite-utils 140912432 2021-01-01T19:29:21Z
627365,197882382 williamrowell 627365 healthkit-to-sqlite 197882382 2020-12-24T19:41:45Z
627365,207052882 williamrowell 627365 github-to-sqlite 207052882 2023-11-25T08:10:56Z
627365,209590345 williamrowell 627365 genome-to-sqlite 209590345 2020-12-24T19:41:42Z
627365,256834907 williamrowell 627365 dogsheep-photos 256834907 2023-11-25T08:21:28Z

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