home / github

Menu
  • Search all tables
  • GraphQL API

dependent_repos (view)

Table actions
  • GraphQL API for dependent_repos

5 rows where "dependent_created" is on date 2022-11-17

✖
✖

✎ View and edit SQL

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/cps-dug/locations-boundaries 2022-11-17T12:32:05Z 2022-11-17T18:12:35Z 0 0
simonw/datasette https://github.com/tomdyson/octodata 2022-11-17T12:17:21Z 2022-11-17T15:36:53Z 1 1
simonw/sqlite-utils https://github.com/tomdyson/octodata 2022-11-17T12:17:21Z 2022-11-17T15:36:53Z 1 1
simonw/sqlite-utils https://github.com/cps-dug/zoned-receiving 2022-11-17T02:33:43Z 2022-11-17T03:42:26Z 0 0
simonw/datasette https://github.com/eyeseast/datasette-census-boundaries 2022-11-17T01:20:35Z 2022-11-17T01:21:09Z 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 29.269ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows