stars
3 rows where user = 96640492
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
96640492,107914493 | AlexMills0 96640492 | datasette 107914493 | 2023-02-21T07:58:30Z |
96640492,207052882 | AlexMills0 96640492 | github-to-sqlite 207052882 | 2023-08-28T20:14:49Z |
96640492,248903544 | AlexMills0 96640492 | hacker-news-to-sqlite 248903544 | 2022-11-24T19:27:50Z |
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]);