stars
5 rows where user = 52302
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
| Link | user | repo | starred_at |
|---|---|---|---|
| 52302,107914493 | postspectacular 52302 | datasette 107914493 | 2020-10-10T23:32:19Z |
| 52302,197882382 | postspectacular 52302 | healthkit-to-sqlite 197882382 | 2020-10-10T23:24:56Z |
| 52302,206156866 | postspectacular 52302 | twitter-to-sqlite 206156866 | 2020-10-10T23:24:54Z |
| 52302,207052882 | postspectacular 52302 | github-to-sqlite 207052882 | 2020-10-10T23:24:50Z |
| 52302,256834907 | postspectacular 52302 | dogsheep-photos 256834907 | 2020-10-10T23:24:24Z |
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]);