stars
3 rows where user = 282788
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
282788,107914493 | garethrees 282788 | datasette 107914493 | 2019-02-12T13:15:58Z |
282788,207052882 | garethrees 282788 | github-to-sqlite 207052882 | 2020-01-07T18:38:44Z |
282788,256834907 | garethrees 282788 | dogsheep-photos 256834907 | 2020-05-22T09:05:52Z |
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]);