stars
3 rows where "starred_at" is on date 2022-07-14
This data as json, CSV (advanced)
Suggested facets: starred_at (date)
Link | user | repo | starred_at |
---|---|---|---|
2675694,140912432 | alcarney 2675694 | sqlite-utils 140912432 | 2022-07-14T09:52:12Z |
3422215,207052882 | cenksezgin 3422215 | github-to-sqlite 207052882 | 2022-07-14T14:41:00Z |
17524738,107914493 | WolfeeLuo 17524738 | datasette 107914493 | 2022-07-14T23:33:00Z |
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]);