home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

2 rows where user = 32652297

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
32652297,213286752 jimbrig 32652297 pocket-to-sqlite 213286752 2021-03-26T20:33:33Z
32652297,214746582 jimbrig 32652297 dogsheep.github.io 214746582 2021-03-28T18:37:19Z

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