stars
2 rows where user = 369081
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
369081,140912432 | soasme 369081 | sqlite-utils 140912432 | 2019-09-01T23:43:21Z |
369081,611552758 | soasme 369081 | apple-notes-to-sqlite 611552758 | 2023-03-12T21:00:28Z |
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]);