stars
4 rows where user = 706257
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
706257,107914493 | bcongdon 706257 | datasette 107914493 | 2021-09-25T15:01:48Z |
706257,140912432 | bcongdon 706257 | sqlite-utils 140912432 | 2019-12-28T21:15:15Z |
706257,197431109 | bcongdon 706257 | dogsheep-beta 197431109 | 2020-09-11T04:29:27Z |
706257,206156866 | bcongdon 706257 | twitter-to-sqlite 206156866 | 2019-12-28T21:01:23Z |
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]);