stars
3 rows where user = 7878
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
7878,107914493 | whee 7878 | datasette 107914493 | 2018-04-17T14:21:01Z |
7878,140912432 | whee 7878 | sqlite-utils 140912432 | 2022-08-05T00:27:15Z |
7878,611552758 | whee 7878 | apple-notes-to-sqlite 611552758 | 2023-03-25T14:49:17Z |
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]);