home / github

Menu
  • Search all tables
  • GraphQL API

dependent_repos (view)

Table actions
  • GraphQL API for dependent_repos

8 rows where "dependent_updated" is on date 2022-02-07

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, dependent, dependent_created, dependent_updated, dependent_created (date), dependent_updated (date)

repo dependent dependent_created dependent_updated dependent_stars dependent_watchers
simonw/sqlite-utils https://github.com/invisibae/cagematch-scrape 2022-02-07T19:29:05Z 2022-02-07T20:03:46Z 0 0
simonw/sqlite-utils https://github.com/invisibae/first-datasette-app 2022-02-07T16:25:56Z 2022-02-07T16:25:56Z 0 0
simonw/datasette https://github.com/rachelmarconi/na-first-datasette-app 2022-02-07T16:24:39Z 2022-02-07T16:24:39Z 0 0
simonw/sqlite-utils https://github.com/rachelmarconi/na-first-datasette-app 2022-02-07T16:24:39Z 2022-02-07T16:24:39Z 0 0
simonw/datasette https://github.com/aadittambe/first-datasette-app 2022-02-07T16:22:41Z 2022-02-07T16:31:49Z 0 0
simonw/sqlite-utils https://github.com/aadittambe/first-datasette-app 2022-02-07T16:22:41Z 2022-02-07T16:31:49Z 0 0
simonw/datasette https://github.com/ghickman/health-datasette 2022-02-07T13:59:15Z 2022-02-07T14:04:14Z 0 0
simonw/sqlite-utils https://github.com/ghickman/health-datasette 2022-02-07T13:59:15Z 2022-02-07T14:04:14Z 0 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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;
Powered by Datasette · Queries took 90.807ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows