stars
2 rows where user = 60435548
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
60435548,107914493 | aliothor 60435548 | datasette 107914493 | 2023-04-28T01:43:34Z |
60435548,140912432 | aliothor 60435548 | sqlite-utils 140912432 | 2023-02-10T13:53:45Z |
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]);