home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 49573688

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
49573688,107914493 sbelluzzo 49573688 datasette 107914493 2020-12-01T22:01:53Z
49573688,140912432 sbelluzzo 49573688 sqlite-utils 140912432 2020-12-20T02:30:58Z
49573688,197431109 sbelluzzo 49573688 dogsheep-beta 197431109 2020-12-20T02:23:21Z
49573688,213286752 sbelluzzo 49573688 pocket-to-sqlite 213286752 2020-12-20T02:30:26Z
49573688,214746582 sbelluzzo 49573688 dogsheep.github.io 214746582 2020-12-11T07:35:14Z

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