berkeley-db@4

High performance embedded key/value database library

brewmacoslinux
Try with needOr install directly
Source

About

High performance key/value database

Commands

db_archivedb_checkpointdb_deadlockdb_dumpdb_loaddb_printlogdb_recoverdb_statdb_upgradedb_verify

Examples

Dump the contents of a Berkeley DB database to a file$ db_dump -f output.txt database.db
Load data from a dump file into a new Berkeley DB database$ db_load -f input.txt new_database.db
Verify the integrity of a Berkeley DB database$ db_verify database.db