stars
2 rows where repo = 107914493 and "starred_at" is on date 2019-11-27
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
109110,107914493 | ptrmcrthr 109110 | datasette 107914493 | 2019-11-27T13:52:51Z |
664387,107914493 | wilsonusman 664387 | datasette 107914493 | 2019-11-27T12:46:34Z |
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]);