stars
2 rows where user = 3683993
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
3683993,107914493 | qwo 3683993 | datasette 107914493 | 2019-11-07T18:34:14Z |
3683993,140912432 | qwo 3683993 | sqlite-utils 140912432 | 2019-11-13T02:29:07Z |
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]);