diff options
author | Lorenzo Stramaccia <lorenzost@gmail.com> | 2010-05-13 00:32:27 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:32:27 +0200 |
commit | c6fabf3da2bc23cc05fbf082220da5e1fd287865 (patch) | |
tree | 2f789f888f46b3c13c5d5ad164a7328bbf83bc01 /libraries/mysql++/README | |
parent | a3c3ad4e4b4d406b24509b596ae2c1b225db5589 (diff) | |
download | slackbuilds-c6fabf3da2bc23cc05fbf082220da5e1fd287865.tar.gz |
libraries/mysql++: Updated for version 3.0.9
Diffstat (limited to 'libraries/mysql++/README')
-rw-r--r-- | libraries/mysql++/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libraries/mysql++/README b/libraries/mysql++/README index e32a024b46..5f9f1df856 100644 --- a/libraries/mysql++/README +++ b/libraries/mysql++/README @@ -1,4 +1,7 @@ -MySQL++ is a C++ wrapper for MySQL?s C API. It is built around the same principles as the Standard C++ Library, mysql++: 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, -mysql++: providing native C++ interfaces for these common tasks. +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.
\ No newline at end of file +MySQL++ requires MySQL. |