home / github

Menu
  • Search all tables
  • GraphQL API

dependent_repos (view)

Table actions
  • GraphQL API for dependent_repos

10 rows where "dependent_updated" is on date 2020-09-25

✖
✖

✎ 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/SebastienSalazar/devops_aula07 2020-09-25T23:04:05Z 2020-09-25T23:59:47Z 0 0
simonw/sqlite-utils https://github.com/kiss107/devops-aula07 2020-09-24T23:17:47Z 2020-09-25T00:27:13Z 0 0
simonw/sqlite-utils https://github.com/sergiogobbo/devops_aula07 2020-09-24T22:50:42Z 2020-09-25T01:21:23Z 0 0
simonw/sqlite-utils https://github.com/FelipeTrosi-Impacta/devops-aula07 2020-09-24T22:47:43Z 2020-09-25T00:40:03Z 0 0
simonw/sqlite-utils https://github.com/Cleber-Andrade/devops_aula07 2020-09-24T22:47:19Z 2020-09-25T00:00:55Z 0 0
simonw/sqlite-utils https://github.com/hugolacerdar/devops-aula07 2020-09-24T22:47:15Z 2020-09-25T00:20:55Z 0 0
simonw/sqlite-utils https://github.com/Lucas-Bernardi/Devops_aula_07 2020-09-24T22:47:12Z 2020-09-25T01:00:30Z 0 0
simonw/sqlite-utils https://github.com/gabrielscalione/devops-aula07 2020-09-24T22:47:11Z 2020-09-25T00:20:52Z 0 0
simonw/sqlite-utils https://github.com/isaquejunior/devops_aula07 2020-09-24T22:46:59Z 2020-09-25T00:25:34Z 0 0
simonw/sqlite-utils https://github.com/kuma-impacta/202002_q_devops-aula07 2020-09-24T22:46:48Z 2020-09-25T00:20:26Z 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 162.063ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows