home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 4577659

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
4577659,107914493 rantan1618 4577659 datasette 107914493 2022-09-09T22:52:16Z
4577659,140912432 rantan1618 4577659 sqlite-utils 140912432 2022-10-24T01:33:12Z
4577659,197431109 rantan1618 4577659 dogsheep-beta 197431109 2022-06-07T21:16:23Z
4577659,256834907 rantan1618 4577659 dogsheep-photos 256834907 2022-06-04T20:49:25Z

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