home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

3 rows where user = 20273871

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
20273871,107914493 apz-gh 20273871 datasette 107914493 2022-01-13T08:50:53Z
20273871,206156866 apz-gh 20273871 twitter-to-sqlite 206156866 2023-03-30T08:50:09Z
20273871,213286752 apz-gh 20273871 pocket-to-sqlite 213286752 2022-08-19T14:41:23Z

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