Version 6.2 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.2 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 db62, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install db62
To see what files were installed by db62, run:
port contents db62
To later upgrade db62, run:
sudo port selfupdate && sudo port upgrade db62
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.