repos
5 rows where archived = 0, forks = 0 and topics contains "datasette-tool"
This data as json, CSV (advanced)
Suggested facets: owner, homepage, size, stargazers_count, watchers_count, open_issues_count, open_issues, watchers, default_branch, created_at (date), updated_at (date), pushed_at (date), topics (array)
| id ▼ | node_id | name | full_name | private | owner | html_url | description | fork | created_at | updated_at | pushed_at | homepage | size | stargazers_count | watchers_count | language | has_issues | has_projects | has_downloads | has_wiki | has_pages | has_discussions | forks_count | archived | disabled | open_issues_count | license | allow_forking | is_template | web_commit_signoff_required | topics | visibility | forks | open_issues | watchers | default_branch | organization |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 206202864 | MDEwOlJlcG9zaXRvcnkyMDYyMDI4NjQ= | inaturalist-to-sqlite | dogsheep/inaturalist-to-sqlite | 0 | dogsheep 53015001 | https://github.com/dogsheep/inaturalist-to-sqlite | Create a SQLite database containing your observation history from iNaturalist | 0 | 2019-09-04T01:21:21Z | 2023-06-08T10:00:25Z | 2020-10-22T00:08:58Z | 17 | 6 | 6 | Python | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | Apache License 2.0 apache-2.0 | 1 | 0 | 0 | ["datasette", "datasette-io", "datasette-tool", "dogsheep", "inaturalist", "sqlite"] | public | 0 | 2 | 6 | master | ||
| 245670670 | MDEwOlJlcG9zaXRvcnkyNDU2NzA2NzA= | fec-to-sqlite | simonw/fec-to-sqlite | 0 | simonw 9599 | https://github.com/simonw/fec-to-sqlite | Save FEC campaign finance data to a SQLite database | 0 | 2020-03-07T16:52:49Z | 2023-08-10T17:00:54Z | 2023-08-10T17:00:47Z | 17 | 9 | 9 | Python | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | Apache License 2.0 apache-2.0 | 1 | 0 | 0 | ["datasette", "datasette-io", "datasette-tool", "fec", "sqlite"] | public | 0 | 1 | 9 | master | ||
| 255460347 | MDEwOlJlcG9zaXRvcnkyNTU0NjAzNDc= | datasette-clone | simonw/datasette-clone | 0 | simonw 9599 | https://github.com/simonw/datasette-clone | Create a local copy of database files from a Datasette instance | 0 | 2020-04-13T23:05:41Z | 2023-09-21T04:26:56Z | 2021-02-22T19:32:36Z | 20 | 6 | 6 | Python | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | Apache License 2.0 apache-2.0 | 1 | 0 | 0 | ["datasette", "datasette-io", "datasette-tool"] | public | 0 | 0 | 6 | main | ||
| 274264484 | MDEwOlJlcG9zaXRvcnkyNzQyNjQ0ODQ= | sqlite-generate | simonw/sqlite-generate | 0 | simonw 9599 | https://github.com/simonw/sqlite-generate | Tool for generating demo SQLite databases | 0 | 2020-06-22T23:36:44Z | 2023-10-27T22:48:17Z | 2021-02-27T15:25:24Z | https://sqlite-generate-demo.datasette.io/ | 56 | 22 | 22 | Python | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | Apache License 2.0 apache-2.0 | 1 | 0 | 0 | ["datasette-io", "datasette-tool", "sqlite"] | public | 0 | 0 | 22 | main | |
| 305199661 | MDEwOlJlcG9zaXRvcnkzMDUxOTk2NjE= | sphinx-to-sqlite | simonw/sphinx-to-sqlite | 0 | simonw 9599 | https://github.com/simonw/sphinx-to-sqlite | Create a SQLite database from Sphinx documentation | 0 | 2020-10-18T21:26:55Z | 2023-07-14T19:47:31Z | 2020-10-22T04:55:45Z | 9 | 6 | 6 | Python | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | Apache License 2.0 apache-2.0 | 1 | 0 | 0 | ["datasette-io", "datasette-tool", "sphinx", "sqlite"] | public | 0 | 2 | 6 | main |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "repos" (
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[name] TEXT,
[full_name] TEXT,
[private] INTEGER,
[owner] INTEGER REFERENCES [users]([id]),
[html_url] TEXT,
[description] TEXT,
[fork] INTEGER,
[created_at] TEXT,
[updated_at] TEXT,
[pushed_at] TEXT,
[homepage] TEXT,
[size] INTEGER,
[stargazers_count] INTEGER,
[watchers_count] INTEGER,
[language] TEXT,
[has_issues] INTEGER,
[has_projects] INTEGER,
[has_downloads] INTEGER,
[has_wiki] INTEGER,
[has_pages] INTEGER,
[has_discussions] INTEGER,
[forks_count] INTEGER,
[archived] INTEGER,
[disabled] INTEGER,
[open_issues_count] INTEGER,
[license] TEXT REFERENCES [licenses]([key]),
[allow_forking] INTEGER,
[is_template] INTEGER,
[web_commit_signoff_required] INTEGER,
[topics] TEXT,
[visibility] TEXT,
[forks] INTEGER,
[open_issues] INTEGER,
[watchers] INTEGER,
[default_branch] TEXT,
[organization] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_repos_organization]
ON [repos] ([organization]);
CREATE INDEX [idx_repos_license]
ON [repos] ([license]);
CREATE INDEX [idx_repos_owner]
ON [repos] ([owner]);