slackbuilds/libraries/mysql++
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
patches
README
mysql++.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
mysql++.info libraries/mysql++: Updated for version 3.3.0. 2021-05-17 02:44:47 +07:00
slack-desc

README

MySQL++ is a C++ wrapper for MySQL's C API. It is built around the same
principles as the Standard C++ Library, to make dealing with the database
as easy as dealing with STL containers. In addition, MySQL++ provides
facilities that let you avoid the most repetitive sorts of SQL within your
own code, providing native C++ interfaces for these common tasks.

MySQL++ requires MySQL.