Get berkeley-db installed on Mac using brew
Package Information:
Name: berkeley-db
Use: High performance key/value database
URL: https://www.oracle.com/technology/products/berkeley-db/index.html
Installation Steps:
- Open up your Terminal.
- Copy and run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install berkeley-db using brew
brew install berkeley-db
berkeley-db is ready to use now!