C++11 wrapper for the LMDB embedded B+ tree database library.
This is a comprehensive C++ wrapper for the LMDB embedded database library, offering both an error-checked procedural interface and an object-oriented resource interface with RAII semantics.
This is a comprehensive C++ wrapper for the LMDB embedded database library, offering both an error-checked procedural interface and an object-oriented resource interface with RAII semantics.
To install lmdbxx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lmdbxx
To see what files were installed by lmdbxx, run:
port contents lmdbxx
To later upgrade lmdbxx, run:
sudo port selfupdate && sudo port upgrade lmdbxx
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.