stars
3 rows where user = 294529
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
294529,107914493 | scottj 294529 | datasette 107914493 | 2020-12-16T15:36:04Z |
294529,140912432 | scottj 294529 | sqlite-utils 140912432 | 2023-05-15T14:02:01Z |
294529,214746582 | scottj 294529 | dogsheep.github.io 214746582 | 2019-12-06T22:51:49Z |
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]);