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