home / github

Menu
  • Search all tables
  • GraphQL API

dependent_repos (view)

Table actions
  • GraphQL API for dependent_repos

6 rows where "dependent_created" is on date 2021-03-06

✖
✖

✎ 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/ryancheley/toggl-to-sqlite 2021-03-06T23:15:37Z 2021-03-08T00:16:47Z 0 0
simonw/datasette https://github.com/hubgit/ons-datasets 2021-03-06T19:38:09Z 2021-03-06T22:34:57Z 0 0
simonw/sqlite-utils https://github.com/hubgit/ons-datasets 2021-03-06T19:38:09Z 2021-03-06T22:34:57Z 0 0
simonw/datasette https://github.com/ryancheley/til 2021-03-06T16:01:50Z 2021-03-06T20:51:04Z 0 0
simonw/sqlite-utils https://github.com/ryancheley/til 2021-03-06T16:01:50Z 2021-03-06T20:51:04Z 0 0
simonw/sqlite-utils https://github.com/aliabid94/discourse 2021-03-06T04:19:59Z 2021-03-06T04:21:28Z 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 189.041ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows