stars
3 rows where user = 412019
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
| Link | user | repo | starred_at |
|---|---|---|---|
| 412019,107914493 | ccope 412019 | datasette 107914493 | 2019-12-20T23:51:49Z |
| 412019,205429375 | ccope 412019 | swarm-to-sqlite 205429375 | 2019-12-20T23:36:23Z |
| 412019,206649770 | ccope 412019 | google-takeout-to-sqlite 206649770 | 2019-12-20T23:36:31Z |
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]);