Ruby BDB is an interface for using Berkeley DB versions 2 and above. Developers may choose to store data in any of several different storage structures to satisfy the requirements of a particular application. The library includes support for B+tree, Hashes, and Fixed and Variable-Length Records.
Ruby BDB is an interface for using Berkeley DB versions 2 and above. Developers may choose to store data in any of several different storage structures to satisfy the requirements of a particular application. The library includes support for B+tree, Hashes, and Fixed and Variable-Length Records.
To install rb-bdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-bdb
To see what files were installed by rb-bdb, run:
port contents rb-bdb
To later upgrade rb-bdb, run:
sudo port selfupdate && sudo port upgrade rb-bdb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.