home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 231498

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
231498,107914493 khimaros 231498 datasette 107914493 2020-11-14T17:08:23Z
231498,197431109 khimaros 231498 dogsheep-beta 197431109 2020-11-14T17:07:39Z
231498,206649770 khimaros 231498 google-takeout-to-sqlite 206649770 2020-11-14T17:08:13Z
231498,207052882 khimaros 231498 github-to-sqlite 207052882 2020-12-17T00:21:50Z
231498,209590345 khimaros 231498 genome-to-sqlite 209590345 2020-12-17T00:21: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 19.29ms · About: simonw/datasette-graphql