home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 50891

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
50891,107914493 westurner 50891 datasette 107914493 2018-12-15T02:46:43Z
50891,140912432 westurner 50891 sqlite-utils 140912432 2021-07-31T10:28:47Z
50891,197431109 westurner 50891 dogsheep-beta 197431109 2022-11-27T23:08:36Z
50891,206156866 westurner 50891 twitter-to-sqlite 206156866 2021-01-24T11:30:17Z

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