berkeley-db

High-performance key/value database library for storing structured data

brewmacoslinux
Try with needOr install directly
Source

About

High performance key/value database

Commands

db_archivedb_checkpointdb_deadlockdb_dumpdb_loaddb_printlogdb_recoverdb_statdb_verify

Examples

Dump a Berkeley DB database to a text file for backup$ db_dump -f backup.txt mydata.db
Verify database integrity and check for corruption$ db_verify mydata.db
Display statistics about database usage and performance$ db_stat -h /path/to/db/env