stars
3 rows where user = 9662521
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
9662521,107914493 | johntellsall 9662521 | datasette 107914493 | 2019-10-14T04:08:05Z |
9662521,213286752 | johntellsall 9662521 | pocket-to-sqlite 213286752 | 2021-03-25T16:52:01Z |
9662521,248903544 | johntellsall 9662521 | hacker-news-to-sqlite 248903544 | 2021-03-25T16:52:04Z |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);