stars
2 rows where user = 121520
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
121520,140912432 | dannguyen 121520 | sqlite-utils 140912432 | 2020-09-09T21:06:16Z |
121520,197882382 | dannguyen 121520 | healthkit-to-sqlite 197882382 | 2020-11-03T20:32:47Z |
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]);