home / github

Menu
  • Search all tables
  • GraphQL API

dependent_repos (view)

Table actions
  • GraphQL API for dependent_repos

9 rows where "dependent_created" is on date 2020-04-20

✖
✖

✎ 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/unclespeedo/til 2020-04-20T16:27:34Z 2020-04-27T05:00:23Z 0 0
simonw/sqlite-utils https://github.com/unclespeedo/til 2020-04-20T16:27:34Z 2020-04-27T05:00:23Z 0 0
simonw/datasette https://github.com/sjd4/TILs 2020-04-20T15:42:53Z 2020-04-20T17:28:10Z 0 0
simonw/sqlite-utils https://github.com/sjd4/TILs 2020-04-20T15:42:53Z 2020-04-20T17:28:10Z 0 0
simonw/datasette https://github.com/nryberg/til 2020-04-20T15:31:11Z 2020-04-24T16:02:26Z 2 2
simonw/sqlite-utils https://github.com/nryberg/til 2020-04-20T15:31:11Z 2020-04-24T16:02:26Z 2 2
simonw/sqlite-utils https://github.com/sleach/til 2020-04-20T13:01:35Z 2020-04-21T12:23:57Z 0 0
simonw/datasette https://github.com/ashishdotme/til.ashish.me 2020-04-20T08:41:25Z 2020-08-22T01:16:52Z 1 1
simonw/sqlite-utils https://github.com/ashishdotme/til.ashish.me 2020-04-20T08:41:25Z 2020-08-22T01:16:52Z 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 68.254ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows