home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

3 rows where user = 228043

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
228043,107914493 bentsai 228043 datasette 107914493 2021-02-03T14:17:17Z
228043,140912432 bentsai 228043 sqlite-utils 140912432 2021-03-11T19:27:41Z
228043,197431109 bentsai 228043 dogsheep-beta 197431109 2020-10-19T15:23:29Z

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