stars
4 rows where user = 42124
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
| Link | user | repo | starred_at |
|---|---|---|---|
| 42124,107914493 | wolverian 42124 | datasette 107914493 | 2020-05-06T16:49:07Z |
| 42124,197882382 | wolverian 42124 | healthkit-to-sqlite 197882382 | 2022-11-28T18:06:12Z |
| 42124,206156866 | wolverian 42124 | twitter-to-sqlite 206156866 | 2022-11-28T18:49:00Z |
| 42124,207052882 | wolverian 42124 | github-to-sqlite 207052882 | 2020-05-06T16:49:28Z |
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]);