stars
2 rows where "starred_at" is on date 2019-10-20
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
102828,107914493 | marcusandre 102828 | datasette 107914493 | 2019-10-20T21:37:07Z |
25173410,107914493 | JasperCaron 25173410 | datasette 107914493 | 2019-10-20T15:36:52Z |
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]);