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 2022-09-13

✖
✖

✎ 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/datasette https://github.com/carbonplan/carbonplan-datasette 2022-09-13T21:24:42Z 2022-11-01T20:04:22Z 2 2
simonw/sqlite-utils https://github.com/carbonplan/carbonplan-datasette 2022-09-13T21:24:42Z 2022-11-01T20:04:22Z 2 2
simonw/datasette https://github.com/PennStateBrainLab/replication 2022-09-13T16:25:38Z 2022-09-13T16:29:26Z 0 0
simonw/sqlite-utils https://github.com/PennStateBrainLab/replication 2022-09-13T16:25:38Z 2022-09-13T16:29:26Z 0 0
simonw/sqlite-utils https://github.com/WilliamsCJ/repograph 2022-09-13T10:50:27Z 2023-06-27T14:39:11Z 2 2
simonw/sqlite-utils https://github.com/mightysai1997/cloudgoat 2022-09-13T09:55:13Z 2022-09-13T09:56:16Z 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 42.962ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows