SlackBuildsOrg/libraries/mysql++
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
patches
mysql++.info various: Fix info formatting. 2013-11-22 02:25:13 -05:00
mysql++.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.