macOS
brew install berkeley-dblocal Homebrew formula metadata
brew
berkeley-db のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install berkeley-dblocal Homebrew formula metadata
概要
High performance key/value database
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal. generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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_CONFIG実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
db_archive | cli | グローバル実行可能ファイル | |
db_checkpoint | cli | グローバル実行可能ファイル | |
db_convert | cli | グローバル実行可能ファイル | |
db_deadlock | cli | グローバル実行可能ファイル | |
db_dump | cli | グローバル実行可能ファイル | |
db_hotbackup | cli | グローバル実行可能ファイル | |
db_load | cli | グローバル実行可能ファイル | |
db_log_verify | cli | グローバル実行可能ファイル | |
db_printlog | cli | グローバル実行可能ファイル | |
db_recover | cli | グローバル実行可能ファイル | |
db_replicate | cli | グローバル実行可能ファイル | |
db_stat | cli | グローバル実行可能ファイル | |
db_tuner | cli | グローバル実行可能ファイル | |
db_upgrade | cli | グローバル実行可能ファイル | |
db_verify | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.oracle.com/database/technologies/related/berkeleydb.html
インストールメタデータ
| パッケージキー | brew:berkeley-db |
|---|---|
| バージョン | 18.1.40 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/berkeley-db |
| ホームページ | https://www.oracle.com/database/technologies/related/berkeleydb.html |
| 上流ドキュメント | https://docs.oracle.com/database/bdb181/html/index.html |
| ライセンス | AGPL-3.0-only |
| ソースアーカイブ | https://download.oracle.com/berkeley-db/db-18.1.40.tar.gz |
| 最終更新 | 2026-07-10T17:05:45-04:00 |
| Pulse | updated |
| 依存関係 | openssl@3 |
| Bottle | 利用可能 (対象 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 | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.