home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

3 rows where user = 233977

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
233977,206156866 sv0 233977 twitter-to-sqlite 206156866 2019-12-02T08:18:08Z
233977,207052882 sv0 233977 github-to-sqlite 207052882 2019-09-08T05:00:56Z
233977,213286752 sv0 233977 pocket-to-sqlite 213286752 2019-10-13T07:08:52Z

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