stars
4 rows where user = 28694175
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
| Link | user | repo | starred_at |
|---|---|---|---|
| 28694175,107914493 | chekos 28694175 | datasette 107914493 | 2019-05-11T20:00:58Z |
| 28694175,140912432 | chekos 28694175 | sqlite-utils 140912432 | 2021-08-10T18:52:08Z |
| 28694175,206156866 | chekos 28694175 | twitter-to-sqlite 206156866 | 2020-05-02T14:47:00Z |
| 28694175,213286752 | chekos 28694175 | pocket-to-sqlite 213286752 | 2020-09-05T18:07:02Z |
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]);