macOS
brew install sqlite-analyzerlocal Homebrew formula metadata
安装
brew install sqlite-analyzerlocal Homebrew formula metadata
sudo apk add sqlite-analyzerAlpine Linux edge package indexes · sqlite-analyzer · 来源: dl-cdn.alpinelinux.org
sudo dnf install sqlite-analyzerFedora Rawhide package metadata · sqlite-analyzer · 来源: dl.fedoraproject.org
sudo pacman -S sqlite-analyzerArch Linux sync databases · sqlite-analyzer · 来源: geo.mirror.pkgbuild.com
choco install sqlite.analyzerChocolatey community package catalog · sqlite.analyzer · 来源: community.chocolatey.org
概览
Analyze how space is allocated inside an SQLite file
历史
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.
安全态势
没有找到 sqlite-analyzer 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
sqlite3_analyzer | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:sqlite-analyzer |
|---|---|
| 版本 | 3.53.4 |
| 软件包管理器 | Homebrew |
| 主页 | https://www.sqlite.org/ |
| 最后更新 | 2026-07-25T14:38:49Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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.analyzer来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.