stars
3 rows where "starred_at" is on date 2019-12-05 and user = 25506297
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
25506297,197882382 | krinoid 25506297 | healthkit-to-sqlite 197882382 | 2019-12-05T23:24:34Z |
25506297,206156866 | krinoid 25506297 | twitter-to-sqlite 206156866 | 2019-12-05T23:23:41Z |
25506297,207052882 | krinoid 25506297 | github-to-sqlite 207052882 | 2019-12-05T23:23:28Z |
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]);