# Installer dbhash avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dbhash pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:dbhash
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dbhash
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:dbhash
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.53.4
- **Résumé source:** Computes the SHA1 hash of schema and content of a SQLite database
- **Page d'accueil:** <https://www.sqlite.org/dbhash.html>
- **Dernière mise à jour:** 2026-07-25T14:38:49Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dbhash (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.53.4
## Historique du projet et usages

dbhash is an SQLite command-line utility that computes a SHA1 hash of a database's schema and content, ignoring storage-level details that do not change the represented data. It is packaged separately in some ecosystems because it is a useful database-inspection tool even for users who are not building SQLite itself.

### Historique du projet

The official SQLite documentation describes dbhash as part of SQLite's source tree, implemented by the single C source file tool/dbhash.c. The SQLite source repository is a Fossil repository whose README says it contains SQLite source history going back to May 2000.

### Historique d'adoption

dbhash is a specialist utility rather than a broad application. Its adoption comes from SQLite's ubiquity: database users often need to compare two SQLite files whose on-disk bytes differ after VACUUM, page-size changes, journal-mode changes, backup, or other operations, while the logical schema and content remain equivalent.

### Modes d'utilisation

Users run dbhash with one or more SQLite database files and compare the resulting hashes. The official documentation also notes options for restricting hashing to specific tables, content only, or schema only, making it useful in tests, release checks, and remote verification where transferring a whole database would be expensive.

### Pourquoi les passionnés de paquets s'y intéressent

For package maintainers and database-heavy developers, dbhash is a small example of SQLite's tool-first culture: a single-purpose binary built from the canonical source tree that solves a real reproducibility problem better than hashing database files byte-for-byte.

### Chronologie

- 2000: SQLite source repository history begins, according to the official repository README.
- 2025: The dbhash documentation page records a May 2025 update.
- Present: The official docs describe building dbhash from the canonical SQLite source tree.

### Related projects

- dbhash is closely tied to SQLite itself and related SQLite maintenance tools. It complements SQLite backup, VACUUM, REINDEX, ANALYZE, and schema inspection workflows by comparing logical database content.

### Sources

- <https://www.sqlite.org/dbhash.html>
- <https://www.sqlite.org/src/dir?ci=trunk>
- <https://sqlite.org/src>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour dbhash. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Combined YAML source

View the package source record on GitHub. [combined/dbhash.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dbhash.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
