stars
3 rows where user = 11755972
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
11755972,206156866 | JoelAnalyst 11755972 | twitter-to-sqlite 206156866 | 2021-12-27T21:12:29Z |
11755972,207052882 | JoelAnalyst 11755972 | github-to-sqlite 207052882 | 2021-12-27T22:49:52Z |
11755972,213286752 | JoelAnalyst 11755972 | pocket-to-sqlite 213286752 | 2021-12-27T22:13:59Z |
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]);