berkeley-db@4
« Back to VersTracker
Description:
High performance key/value database
Type: Formula  |  Latest Version: 4.8.30@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: database key-value embedded legacy storage berkeley-db
Install: brew install berkeley-db@4
About:
Berkeley DB 4 is an embedded key/value database library providing high-performance, non-relational data management. It offers direct database access within applications, eliminating client-server overhead. This version 4.x series is widely used in legacy systems and applications requiring simple, fast transactional data storage.
Key Features:
  • High-performance embedded key/value data store
  • ACID transaction support with journaling
  • Multiple access methods including B+ trees and Hash
  • Concurrency support with locking mechanisms
Use Cases:
  • Embedded database for applications requiring local data persistence
  • Legacy system database migrations and maintenance
  • High-throughput caching layers for read-intensive applications
Alternatives:
  • SQLite – Relational database with SQL support vs BDB's key/value model
  • RocksDB – Modern LSM-tree storage engine with better write performance
  • LevelDB – Lightweight key/value store with simpler API
License: Sleepycat
Bottles available for: arm64_sequoia, arm64_sonoma, arm64_ventura, arm64_monterey, arm64_big_sur, sonoma, ventura, monterey, big_sur, catalina, arm64_linux, x86_64_linux
Version History
Detected Version Rev Change Commit