home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

5 rows where user = 11855322

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
11855322,107914493 robmarkcole 11855322 datasette 107914493 2018-01-01T16:20:50Z
11855322,140912432 robmarkcole 11855322 sqlite-utils 140912432 2021-01-27T05:51:32Z
11855322,197882382 robmarkcole 11855322 healthkit-to-sqlite 197882382 2021-02-08T08:19:48Z
11855322,213286752 robmarkcole 11855322 pocket-to-sqlite 213286752 2023-07-09T07:18:02Z
11855322,256834907 robmarkcole 11855322 dogsheep-photos 256834907 2021-02-04T06:56:38Z

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