home / github

Menu
  • Search all tables
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

3 rows where user = 419936

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
419936,107914493 JWCook 419936 datasette 107914493 2022-06-27T18:34:30Z
419936,140912432 JWCook 419936 sqlite-utils 140912432 2022-07-26T16:20:14Z
419936,206202864 JWCook 419936 inaturalist-to-sqlite 206202864 2021-06-14T02:12:32Z

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.782ms · About: github-to-sqlite