macOS
brew install sqlite-utilslocal Homebrew formula metadata
brew / Rang 2934
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für sqlite-utils in AI-Agent-Workflows.
Installation
brew install sqlite-utilslocal Homebrew formula metadata
sudo apt install sqlite-utilsDebian stable package indexes · sqlite-utils · Quelle: deb.debian.org
nix profile install nixpkgs#sqlite-utilsnixpkgs package indexes · sqlite-utils · Quelle: raw.githubusercontent.com
Überblick
CLI utility for manipulating SQLite databases
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
sqlite-utils | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:sqlite-utils |
|---|---|
| Version | 4.1.1 |
| Paketmanager | Homebrew |
| Homepage | https://sqlite-utils.datasette.io/ |
| Repository | https://github.com/simonw/sqlite-utils |
| Zuletzt aktualisiert | 2026-07-13T22:15:18Z |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-utilsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.