stars
4 rows where user = 2269574
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
| Link | user | repo | starred_at |
|---|---|---|---|
| 2269574,107914493 | senthilnayagam 2269574 | datasette 107914493 | 2020-11-14T08:54:07Z |
| 2269574,206156866 | senthilnayagam 2269574 | twitter-to-sqlite 206156866 | 2020-11-17T08:03:38Z |
| 2269574,207052882 | senthilnayagam 2269574 | github-to-sqlite 207052882 | 2020-11-14T08:53:55Z |
| 2269574,248903544 | senthilnayagam 2269574 | hacker-news-to-sqlite 248903544 | 2020-11-17T08:04:01Z |
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]);