stars
6 rows where user = 9093649
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
9093649,107914493 | harveyrandall 9093649 | datasette 107914493 | 2023-03-13T06:31:20Z |
9093649,140912432 | harveyrandall 9093649 | sqlite-utils 140912432 | 2023-06-08T18:07:14Z |
9093649,197431109 | harveyrandall 9093649 | dogsheep-beta 197431109 | 2023-03-24T15:09:55Z |
9093649,197882382 | harveyrandall 9093649 | healthkit-to-sqlite 197882382 | 2023-03-12T14:09:27Z |
9093649,256834907 | harveyrandall 9093649 | dogsheep-photos 256834907 | 2023-03-24T15:46:02Z |
9093649,611552758 | harveyrandall 9093649 | apple-notes-to-sqlite 611552758 | 2023-03-12T14:07:40Z |
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]);