dependent_repos (view)
6 rows where "dependent_created" is on date 2022-09-06
This data as json, CSV (advanced)
Suggested facets: repo, dependent, dependent_created, dependent_updated, dependent_stars, dependent_watchers, dependent_created (date), dependent_updated (date)
repo | dependent | dependent_created | dependent_updated | dependent_stars | dependent_watchers |
---|---|---|---|---|---|
simonw/sqlite-utils | https://github.com/thundergolfer/modal-fun | 2022-09-06T20:15:22Z | 2022-09-08T14:21:37Z | 2 | 2 |
simonw/sqlite-utils | https://github.com/bitdotioinc/pgsqlite | 2022-09-06T17:57:23Z | 2022-09-06T19:55:37Z | 0 | 0 |
simonw/datasette | https://github.com/iCodeIN/spevktator | 2022-09-06T10:46:00Z | 2022-09-06T00:59:10Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/iCodeIN/spevktator | 2022-09-06T10:46:00Z | 2022-09-06T00:59:10Z | 0 | 0 |
simonw/datasette | https://github.com/lilsunny243/covid19-dashboard | 2022-09-06T09:10:47Z | 2022-09-06T04:12:20Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/ccgmedia/docker-rinx | 2022-09-06T00:33:37Z | 2022-09-06T00:33:51Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW dependent_repos AS select repos.full_name as repo, 'https://github.com/' || dependent_repos.full_name as dependent, dependent_repos.created_at as dependent_created, dependent_repos.updated_at as dependent_updated, dependent_repos.stargazers_count as dependent_stars, dependent_repos.watchers_count as dependent_watchers from dependents join repos as dependent_repos on dependents.dependent = dependent_repos.id join repos on dependents.repo = repos.id order by dependent_repos.created_at desc;