home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

2 rows where user = 64686

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
64686,213286752 carltongibson 64686 pocket-to-sqlite 213286752 2019-10-07T10:08:51Z
64686,256834907 carltongibson 64686 dogsheep-photos 256834907 2020-05-22T05:59:54Z

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