home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

3 rows where user = 901547

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
901547,107914493 mxuribe 901547 datasette 107914493 2017-11-15T06:50:08Z
901547,140912432 mxuribe 901547 sqlite-utils 140912432 2019-02-27T16:58:43Z
901547,207052882 mxuribe 901547 github-to-sqlite 207052882 2023-03-24T12:54:57Z

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