slackbuilds_ponce/libraries/mysql++
David Spencer dbdb8dc067 libraries/mysql++: Fixed underlinking and forced -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-11-20 05:42:01 +07:00
..
patches
mysql++.info
mysql++.SlackBuild
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.