mysqlpp
mysqlpp copied to clipboard
A C++ wrapper for the MySQL/MariaDB C API built on STL principles.
Results
2
mysqlpp issues
Sort by
recently updated
recently updated
newest added
I was trying to setup caching_sha2_password authentication login using this library and I was always getting "1045: access denied" error. I tried to build a sample application using naked C...
I don't know if the issue is my code, or how it's supposed to be done, but some examples of wrapping mysql++ would be awesome. Here's my simple little wrapper...