summaryrefslogtreecommitdiffstats
path: root/libraries/mysql++/README
blob: 5f9f1df856abf0382e3730953b6561082071f8fe (plain)
1
2
3
4
5
6
7
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.