macOS
brew install sqlite-utilslocal Homebrew formula metadata
brew
CLI utility for manipulating SQLite databases. Version 4.0 via Homebrew; verified 2026-07-08.
install
brew install sqlite-utilslocal Homebrew formula metadata
sudo apt install sqlite-utilsDebian stable package indexes · sqlite-utils · source: deb.debian.org
nix profile install nixpkgs#sqlite-utilsnixpkgs package indexes · sqlite-utils · source: raw.githubusercontent.com
overview
CLI utility for manipulating SQLite databases
history
sqlite-utils is a Python library and CLI for creating, loading, querying, and transforming SQLite databases. It is closely associated with the Datasette ecosystem and with command-line data work.
The official documentation describes sqlite-utils as both a CLI tool and Python library for manipulating SQLite databases, especially for creating databases from existing data. Its changelog records an initial PyPI release in July 2018.
The project developed into a broad utility surface around SQLite: import JSON, CSV, and TSV; create and transform tables; manage indexes and foreign keys; enable full-text search; analyze tables; and install plugins.
The official installation docs document Homebrew, pip, and pipx installation paths. The input also lists Debian, Ubuntu, and Nix package names, showing that the tool moved beyond Python-only packaging into general system package channels.
CLI users run `sqlite-utils` for one-off data loading, SQL querying, schema inspection, database transformations, and automation around SQLite files. Python users import `sqlite_utils` when they want scriptable helpers without writing raw sqlite3 boilerplate for common database-building tasks.
Package nerds care because sqlite-utils turns SQLite into a shell-friendly data toolkit. It packages the SQLite file format, Python's bundled sqlite3 module, and Datasette-style publishing workflows into a CLI that can be installed with Homebrew, pipx, or distro packages.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
sqlite-utils | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://sqlite-utils.datasette.io/
install metadata
| Package key | brew:sqlite-utils |
|---|---|
| Version | 4.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/sqlite-utils |
| Homepage | https://sqlite-utils.datasette.io/ |
| Repository | https://github.com/simonw/sqlite-utils |
| Upstream docs | https://sqlite-utils.datasette.io/ |
| License | Apache-2.0 |
| Source archive | https://files.pythonhosted.org/packages/7d/8e/0e2fa87b197b3d0f8dd57856c07da77fa0c7130aaa894ee9d330c715f37c/sqlite_utils-4.0.tar.gz |
| Last updated | 2026-07-08T16:49:51Z |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sqlite-utils |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
sqlite-utils 3.38-1
CLI tool and Python utility functions for manipulating SQLite
https://github.com/simonw/sqlite-utils
sudo apt install sqlite-utilssqlite-utils
nix profile install nixpkgs#sqlite-utilssqlite-utils 3.35.2-1
CLI tool and Python utility functions for manipulating SQLite
https://github.com/simonw/sqlite-utils
sudo apt install sqlite-utilssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.