stars
2 rows where user = 13377078
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
13377078,107914493 | tconsta 13377078 | datasette 107914493 | 2021-10-21T19:43:30Z |
13377078,214746582 | tconsta 13377078 | dogsheep.github.io 214746582 | 2021-10-21T19:48: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]);