home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

7 rows where user = 1224205

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
1224205,107914493 empjustine 1224205 datasette 107914493 2020-09-24T00:14:15Z
1224205,140912432 empjustine 1224205 sqlite-utils 140912432 2020-09-24T00:14:01Z
1224205,197431109 empjustine 1224205 dogsheep-beta 197431109 2020-09-24T00:11:02Z
1224205,206649770 empjustine 1224205 google-takeout-to-sqlite 206649770 2020-09-24T00:10:59Z
1224205,207052882 empjustine 1224205 github-to-sqlite 207052882 2020-09-24T00:10:12Z
1224205,213286752 empjustine 1224205 pocket-to-sqlite 213286752 2020-09-24T00:10:50Z
1224205,214746582 empjustine 1224205 dogsheep.github.io 214746582 2020-09-24T04:40:20Z

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