stars
3 rows where user = 16433547
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
16433547,107914493 | thanhtoan1196 16433547 | datasette 107914493 | 2018-05-12T09:15:52Z |
16433547,206156866 | thanhtoan1196 16433547 | twitter-to-sqlite 206156866 | 2019-09-18T02:06:59Z |
16433547,214746582 | thanhtoan1196 16433547 | dogsheep.github.io 214746582 | 2021-03-29T01:45:15Z |
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]);