stars
3 rows where user = 46951
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
46951,107914493 | isao 46951 | datasette 107914493 | 2018-03-28T23:56:56Z |
46951,197882382 | isao 46951 | healthkit-to-sqlite 197882382 | 2020-11-17T18:55:56Z |
46951,611552758 | isao 46951 | apple-notes-to-sqlite 611552758 | 2023-03-14T01:27:17Z |
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]);