MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container.
MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container.
To install mysqlxx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mysqlxx
To see what files were installed by mysqlxx, run:
port contents mysqlxx
To later upgrade mysqlxx, run:
sudo port selfupdate && sudo port upgrade mysqlxx
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.