stars
2 rows where user = 39200
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
39200,107914493 | zstumgoren 39200 | datasette 107914493 | 2019-03-10T19:22:51Z |
39200,206156866 | zstumgoren 39200 | twitter-to-sqlite 206156866 | 2020-01-11T21:09:21Z |
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]);