home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

4 rows where user = 7166977

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
7166977,107914493 hartca 7166977 datasette 107914493 2017-11-15T17:53:27Z
7166977,140912432 hartca 7166977 sqlite-utils 140912432 2019-02-25T18:29:11Z
7166977,197431109 hartca 7166977 dogsheep-beta 197431109 2021-06-20T03:50:08Z
7166977,207052882 hartca 7166977 github-to-sqlite 207052882 2020-07-12T16:46:08Z

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