home / github

Menu
  • Search all tables
  • GraphQL API

dependent_repos (view)

Table actions
  • GraphQL API for dependent_repos

6 rows where "dependent_updated" is on date 2020-09-24

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo dependent dependent_created dependent_updated dependent_stars dependent_watchers
simonw/sqlite-utils https://github.com/ARSGIT1981/aula_07 2020-09-24T22:55:59Z 2020-09-24T23:54:57Z 0 0
simonw/sqlite-utils https://github.com/felipeleite7/devops_aula07 2020-09-24T22:51:07Z 2020-09-24T23:53:58Z 0 0
simonw/sqlite-utils https://github.com/Cass-blip/Aula_07 2020-09-24T22:47:50Z 2020-09-24T23:54:45Z 0 0
simonw/sqlite-utils https://github.com/james068/devops_aula7 2020-09-24T22:47:17Z 2020-09-24T23:54:54Z 0 0
simonw/sqlite-utils https://github.com/pedroluizss/devops_aula07 2020-09-24T22:47:04Z 2020-09-24T23:52:42Z 0 0
simonw/sqlite-utils https://github.com/lsAragao/202002_Devops_Aula07 2020-09-24T22:47:03Z 2020-09-24T23:53:07Z 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 182.589ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows