slackbuilds/libraries/mysql++
Matteo Bernardini 88da72869a libraries/mysql++: Updated for version 3.1.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-09-19 20:30:02 -05:00
..
patches libraries/mysql++: Updated for version 3.1.0. 2012-09-19 20:30:02 -05:00
README libraries/mysql++: Updated for version 3.0.9 2010-05-13 00:32:27 +02:00
mysql++.SlackBuild libraries/mysql++: Updated for version 3.1.0. 2012-09-19 20:30:02 -05:00
mysql++.info libraries/mysql++: Updated for version 3.1.0. 2012-09-19 20:30:02 -05:00
slack-desc libraries/mysql++: Updated for version 3.0.9 2010-05-13 00:32:27 +02:00

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.