macOS
brew install sqlite-analyzerlocal Homebrew formula metadata
brew / Rang 2988
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für sqlite-analyzer in AI-Agent-Workflows.
Installation
brew install sqlite-analyzerlocal Homebrew formula metadata
sudo apk add sqlite-analyzerAlpine Linux edge package indexes · sqlite-analyzer · Quelle: dl-cdn.alpinelinux.org
sudo dnf install sqlite-analyzerFedora Rawhide package metadata · sqlite-analyzer · Quelle: dl.fedoraproject.org
sudo pacman -S sqlite-analyzerArch Linux sync databases · sqlite-analyzer · Quelle: geo.mirror.pkgbuild.com
choco install sqlite.analyzerChocolatey community package catalog · sqlite.analyzer · Quelle: community.chocolatey.org
Überblick
Analyze how space is allocated inside an SQLite file
Verlauf
sqlite3_analyzer is a command-line utility from the SQLite project for inspecting how space is used inside an SQLite database file. It is packaged separately in several systems because database maintainers often want the analysis tool without treating it as an everyday shell command.
The SQLite documentation presents sqlite3_analyzer as a utility program that measures and reports how efficiently tables and indexes use space in a database file. It belongs to the broader SQLite toolchain rather than being a separate upstream project.
Package-manager records in the input show sqlite-analyzer packaged by Homebrew and several Linux distributions. That split packaging reflects a common packaging pattern around SQLite: the core library and shell are ubiquitous, while specialist diagnostics are available as add-on utilities.
Users run `sqlite3_analyzer database.sqlite` to generate a human-readable text report about database-file space utilization. The output is useful when tuning page usage, index bloat, or the storage impact of table design.
Package nerds care because sqlite3_analyzer exposes SQLite internals in a portable CLI form. It is the kind of diagnostic binary that database-heavy developers install from a package manager when they need to understand why a single-file database grew or how its indexes consume space.
Sicherheitslage
Für sqlite-analyzer wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
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 |
|---|---|---|---|
sqlite3_analyzer | 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-analyzer |
|---|---|
| Version | 3.53.4 |
| Paketmanager | Homebrew |
| Homepage | https://www.sqlite.org/ |
| Zuletzt aktualisiert | 2026-07-25T14:38:49Z |
| 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-analyzer 3.53.4-r0
Analyze space utilization of SQLite database files
sudo apk add sqlite-analyzersqlite-analyzer 3.53.4-1.fc45
An analysis program for sqlite3 database files
sudo dnf install sqlite-analyzersqlite-analyzer 3.53.4-1
An analysis program for sqlite3 database files
sudo pacman -S sqlite-analyzersqlite.analyzer
choco install sqlite.analyzerQuellspur
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.