summaryrefslogtreecommitdiffstats
path: root/libraries/mysql++/README
diff options
context:
space:
mode:
author Lorenzo Stramaccia <lorenzost@gmail.com>2010-05-12 23:30:51 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-12 23:30:51 +0200
commit0a7a707760f74ec0241119afd0fbbaac6e9f3cc0 (patch)
tree4496420feaba89ec73cd20773c9da0dd84f4e08a /libraries/mysql++/README
parentd36fa327ee27f46adb0c1c2cc94ea1488a39a29a (diff)
downloadslackbuilds-0a7a707760f74ec0241119afd0fbbaac6e9f3cc0.tar.gz
slackbuilds-0a7a707760f74ec0241119afd0fbbaac6e9f3cc0.tar.xz
libraries/mysql++: Added to 12.2 repository
Diffstat (limited to 'libraries/mysql++/README')
-rw-r--r--libraries/mysql++/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/mysql++/README b/libraries/mysql++/README
new file mode 100644
index 0000000000..e32a024b46
--- /dev/null
+++ b/libraries/mysql++/README
@@ -0,0 +1,4 @@
+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++ requires MySQL. \ No newline at end of file