Version 6.0 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.
Version 6.0 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.
To install db60, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install db60
To see what files were installed by db60, run:
port contents db60
To later upgrade db60, run:
sudo port selfupdate && sudo port upgrade db60
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.