home / github

Menu
  • GraphQL API

stars

Table actions
  • GraphQL API for stars

7 rows where user = 15728019

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: starred_at (date)

Link user repo starred_at
15728019,107914493 shinedog 15728019 datasette 107914493 2019-10-11T16:39:13Z
15728019,197431109 shinedog 15728019 dogsheep-beta 197431109 2020-11-15T04:12:28Z
15728019,206649770 shinedog 15728019 google-takeout-to-sqlite 206649770 2019-12-31T16:39:48Z
15728019,207052882 shinedog 15728019 github-to-sqlite 207052882 2023-06-26T01:34:56Z
15728019,213286752 shinedog 15728019 pocket-to-sqlite 213286752 2023-06-26T01:35:44Z
15728019,248903544 shinedog 15728019 hacker-news-to-sqlite 248903544 2023-06-26T01:36:17Z
15728019,303218369 shinedog 15728019 evernote-to-sqlite 303218369 2023-06-26T01:36:27Z

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