stars
7 rows where user = 62937
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
| Link | user | repo | starred_at |
|---|---|---|---|
| 62937,107914493 | barakplasma 62937 | datasette 107914493 | 2019-02-04T10:21:28Z |
| 62937,140912432 | barakplasma 62937 | sqlite-utils 140912432 | 2021-06-21T11:57:04Z |
| 62937,197431109 | barakplasma 62937 | dogsheep-beta 197431109 | 2022-02-22T05:56:42Z |
| 62937,206156866 | barakplasma 62937 | twitter-to-sqlite 206156866 | 2022-02-22T05:56:26Z |
| 62937,206649770 | barakplasma 62937 | google-takeout-to-sqlite 206649770 | 2022-02-22T05:57:26Z |
| 62937,209590345 | barakplasma 62937 | genome-to-sqlite 209590345 | 2022-02-22T05:57:18Z |
| 62937,256834907 | barakplasma 62937 | dogsheep-photos 256834907 | 2022-03-01T13:43: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]);