stars
4 rows where user = 95307
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
95307,107914493 | thulio 95307 | datasette 107914493 | 2022-02-25T12:40:19Z |
95307,140912432 | thulio 95307 | sqlite-utils 140912432 | 2021-07-24T15:09:28Z |
95307,197431109 | thulio 95307 | dogsheep-beta 197431109 | 2022-01-28T02:11:56Z |
95307,256834907 | thulio 95307 | dogsheep-photos 256834907 | 2022-02-25T22:20:53Z |
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]);