diff options
Diffstat (limited to 'libraries/mysql++/README')
-rw-r--r-- | libraries/mysql++/README | 4 |
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 |