home / github

Menu
  • Search all tables
  • GraphQL API

dependent_repos (view)

Table actions
  • GraphQL API for dependent_repos

9 rows where "dependent_updated" is on date 2023-03-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/myles/flickr-to-sqlite 2023-03-12T19:53:30Z 2023-03-17T17:04:03Z 1 1
simonw/datasette https://github.com/myles/librarian 2023-02-26T22:24:54Z 2023-03-17T17:04:09Z 1 1
simonw/sqlite-utils https://github.com/myles/librarian 2023-02-26T22:24:54Z 2023-03-17T17:04:09Z 1 1
simonw/datasette https://github.com/myles/dinesafe-toronto 2023-02-18T18:58:44Z 2023-03-17T17:03:46Z 1 1
simonw/sqlite-utils https://github.com/myles/dinesafe-toronto 2023-02-18T18:58:44Z 2023-03-17T17:03:46Z 1 1
simonw/datasette https://github.com/amoeba/ace-to-sqlite 2023-01-23T07:44:10Z 2023-03-17T13:41:26Z 0 0
simonw/sqlite-utils https://github.com/myles/writefreely-to-sqlite 2023-01-14T01:05:38Z 2023-03-17T17:03:41Z 1 1
simonw/datasette https://github.com/JDHB717/til 2022-12-28T21:40:19Z 2023-03-17T13:35:35Z 2 2
simonw/sqlite-utils https://github.com/JDHB717/til 2022-12-28T21:40:19Z 2023-03-17T13:35:35Z 2 2

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