SlackBuildsOrg/libraries/mysql++
David Somero d159f73421 libraries/mysql++: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:09:11 -04:00
..
mysql++.info
mysql++.SlackBuild libraries/mysql++: Misc automated cleanups. 2010-06-04 01:09:11 -04:00
README
slack-desc

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.