home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 125105

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
125105,107914493 tekumara 125105 datasette 107914493 2019-07-14T08:41:19Z
125105,140912432 tekumara 125105 sqlite-utils 140912432 2021-02-15T03:37:54Z
125105,197431109 tekumara 125105 dogsheep-beta 197431109 2022-01-05T23:10:33Z
125105,206156866 tekumara 125105 twitter-to-sqlite 206156866 2020-10-07T22:20:26Z

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