home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

9 rows where user = 41546558

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
41546558,107914493 RhetTbull 41546558 datasette 107914493 2020-05-05T03:56:58Z
41546558,140912432 RhetTbull 41546558 sqlite-utils 140912432 2020-12-13T17:43:52Z
41546558,197882382 RhetTbull 41546558 healthkit-to-sqlite 197882382 2020-09-28T19:13:42Z
41546558,206156866 RhetTbull 41546558 twitter-to-sqlite 206156866 2021-01-21T04:22:00Z
41546558,207052882 RhetTbull 41546558 github-to-sqlite 207052882 2021-01-21T04:22:02Z
41546558,213286752 RhetTbull 41546558 pocket-to-sqlite 213286752 2021-01-21T04:21:40Z
41546558,256834907 RhetTbull 41546558 dogsheep-photos 256834907 2020-05-04T03:11:31Z
41546558,303218369 RhetTbull 41546558 evernote-to-sqlite 303218369 2020-10-12T02:53:22Z
41546558,611552758 RhetTbull 41546558 apple-notes-to-sqlite 611552758 2023-03-09T06:24:01Z

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