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-04-30

✖
✖

✎ 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/simonw/til 2020-04-19T14:35:59Z 2020-04-30T23:18:06Z 88 88
simonw/sqlite-utils https://github.com/simonw/til 2020-04-19T14:35:59Z 2020-04-30T23:18:06Z 88 88
simonw/datasette https://github.com/BlueHatbRit/covid-19-data 2020-03-24T13:54:40Z 2020-04-30T18:02:45Z 0 0
simonw/sqlite-utils https://github.com/BlueHatbRit/covid-19-data 2020-03-24T13:54:40Z 2020-04-30T18:02:45Z 0 0
simonw/datasette https://github.com/tomwhite/covid-19-uk-data 2020-03-13T14:52:39Z 2020-04-30T20:02:26Z 101 101
simonw/sqlite-utils https://github.com/eeriks/discord_bot 2020-01-02T11:23:26Z 2020-04-30T12:15:39Z 0 0
simonw/datasette https://github.com/simonw/museums 2019-10-20T04:01:06Z 2020-04-30T16:29:54Z 12 12
simonw/sqlite-utils https://github.com/simonw/museums 2019-10-20T04:01:06Z 2020-04-30T16:29:54Z 12 12
simonw/datasette https://github.com/simonw/datasette-atom 2019-09-17T15:31:01Z 2020-04-30T18:35:09Z 7 7
simonw/datasette https://github.com/colournaming/colournaming 2017-01-30T13:27:59Z 2020-04-30T10:17:21Z 1 1

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 41.18ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows