A fast, reliable, simple package for constant databases.
cdb is a fast, reliable, simple package for creating and reading constant databases. cdb is designed to be used in mission-critical applications like e-mail. Database replacement is safe against system crashes. Readers don't have to pause during a rewrite.
cdb is a fast, reliable, simple package for creating and reading constant databases. cdb is designed to be used in mission-critical applications like e-mail. Database replacement is safe against system crashes. Readers don't have to pause during a rewrite.
To install cdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cdb
To see what files were installed by cdb, run:
port contents cdb
To later upgrade cdb, run:
sudo port selfupdate && sudo port upgrade cdb
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.