stars
4 rows where user = 9169633
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
9169633,197431109 | whoisdsmith 9169633 | dogsheep-beta 197431109 | 2021-11-18T21:17:02Z |
9169633,197882382 | whoisdsmith 9169633 | healthkit-to-sqlite 197882382 | 2021-11-18T21:16:56Z |
9169633,206649770 | whoisdsmith 9169633 | google-takeout-to-sqlite 206649770 | 2021-11-18T21:16:59Z |
9169633,256834907 | whoisdsmith 9169633 | dogsheep-photos 256834907 | 2021-11-18T21:17:01Z |
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]);