home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 57163

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
57163,107914493 WinstonFassett 57163 datasette 107914493 2019-05-29T05:22:45Z
57163,140912432 WinstonFassett 57163 sqlite-utils 140912432 2021-06-22T01:58:03Z
57163,197431109 WinstonFassett 57163 dogsheep-beta 197431109 2022-09-05T21:38:12Z
57163,206156866 WinstonFassett 57163 twitter-to-sqlite 206156866 2021-01-11T23:42:37Z
57163,207052882 WinstonFassett 57163 github-to-sqlite 207052882 2022-09-05T21:13:33Z

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