home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 54208

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
54208,107914493 savage69kr 54208 datasette 107914493 2017-12-09T18:26:17Z
54208,140912432 savage69kr 54208 sqlite-utils 140912432 2022-02-28T08:44:54Z
54208,197431109 savage69kr 54208 dogsheep-beta 197431109 2022-04-28T03:04:49Z
54208,207052882 savage69kr 54208 github-to-sqlite 207052882 2022-04-28T03:03:43Z
54208,256834907 savage69kr 54208 dogsheep-photos 256834907 2022-04-28T03:03:56Z

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