stars
3 rows where user = 26494
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
26494,107914493 | mhsundstrom 26494 | datasette 107914493 | 2019-07-13T19:35:58Z |
26494,140912432 | mhsundstrom 26494 | sqlite-utils 140912432 | 2019-08-30T20:38:18Z |
26494,197882382 | mhsundstrom 26494 | healthkit-to-sqlite 197882382 | 2019-07-21T09:20:01Z |
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]);