macOS
brew install berkeley-dblocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für berkeley-db in AI-Agent-Workflows.
Installation
brew install berkeley-dblocal Homebrew formula metadata
Überblick
High performance key/value database
Verlauf
Berkeley DB is the classic embedded key/value database library lineage now distributed by Oracle. For package-manager users it is less a standalone server than a C library plus administrative utilities whose major version, license, and on-disk compatibility can matter to many dependent packages.
Berkeley DB originated in the BSD Unix world and became a general embedded database library under Sleepycat Software. Oracle acquired Sleepycat in 2006, and Oracle's current Berkeley DB pages and documentation now present the product as Oracle Berkeley DB.
The Homebrew berkeley-db package represents the current Oracle Berkeley DB line, with docs for the 18.1 series. It exposes command-line maintenance tools such as db_archive, db_checkpoint, db_dump, db_load, db_recover, db_upgrade, and db_verify in addition to the library API.
Berkeley DB's adoption pattern was unusual: many users never chose it directly, but installed it because another package embedded it for local indexes, metadata stores, mail/news databases, directory services, package metadata, or application state.
That indirect adoption made the package-manager story important. Distributions historically carried multiple db, db4, db5, and berkeley-db variants because applications could be tied to a specific ABI or database file format.
Developers link Berkeley DB into an application rather than run a database daemon. Runtime state lives in application-controlled database environments, where DB_CONFIG can tune caches, logging, locking, transactions, replication, and recovery behavior.
The bundled tools are operationally important: they let maintainers dump and reload databases, recover environments, inspect logs and statistics, verify files, and upgrade database formats when moving across versions.
Berkeley DB is package-nerd canon because it is tiny in concept but huge in dependency consequences. A formula upgrade can affect ABI compatibility, license acceptability, and whether old database files can be opened.
The current brew:berkeley-db and versioned brew:berkeley-db@5 relationship is exactly the sort of thing package historians care about: the unversioned formula tracks the modern Oracle line, while @5 keeps an older major line alive for dependents that cannot simply follow the latest library.
Sicherheitslage
broad file, network, media, or database tool signal. generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
<database-environment-home>/DB_CONFIG<database-environment-home>\DB_CONFIGExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
db_archive | cli | globales Executable | |
db_checkpoint | cli | globales Executable | |
db_convert | cli | globales Executable | |
db_deadlock | cli | globales Executable | |
db_dump | cli | globales Executable | |
db_hotbackup | cli | globales Executable | |
db_load | cli | globales Executable | |
db_log_verify | cli | globales Executable | |
db_printlog | cli | globales Executable | |
db_recover | cli | globales Executable | |
db_replicate | cli | globales Executable | |
db_stat | cli | globales Executable | |
db_tuner | cli | globales Executable | |
db_upgrade | cli | globales Executable | |
db_verify | cli | globales Executable |
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.
https://www.oracle.com/database/technologies/related/berkeleydb.html
Installationsmetadaten
| Paketschlüssel | brew:berkeley-db |
|---|---|
| Version | 18.1.40 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/berkeley-db |
| Homepage | https://www.oracle.com/database/technologies/related/berkeleydb.html |
| Upstream-Dokumentation | https://docs.oracle.com/database/bdb181/html/index.html |
| Lizenz | AGPL-3.0-only |
| Quellarchiv | https://download.oracle.com/berkeley-db/db-18.1.40.tar.gz |
| Zuletzt aktualisiert | 2026-06-23T00:28:31+09:00 |
| Pulse | updated |
| Abhängigkeiten | openssl@3 |
| Bottle | verfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | berkeley-db |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
Quellspur
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.