stars
4 rows where user = 6238558
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
| Link | user | repo | starred_at |
|---|---|---|---|
| 6238558,107914493 | bodaso 6238558 | datasette 107914493 | 2021-03-25T18:28:29Z |
| 6238558,140912432 | bodaso 6238558 | sqlite-utils 140912432 | 2021-08-06T22:59:21Z |
| 6238558,207052882 | bodaso 6238558 | github-to-sqlite 207052882 | 2021-08-06T23:01:36Z |
| 6238558,248903544 | bodaso 6238558 | hacker-news-to-sqlite 248903544 | 2021-07-20T01:03:54Z |
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]);