stars
3 rows where user = 20273871
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
20273871,107914493 | apz-gh 20273871 | datasette 107914493 | 2022-01-13T08:50:53Z |
20273871,206156866 | apz-gh 20273871 | twitter-to-sqlite 206156866 | 2023-03-30T08:50:09Z |
20273871,213286752 | apz-gh 20273871 | pocket-to-sqlite 213286752 | 2022-08-19T14:41:23Z |
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]);