summaryrefslogtreecommitdiff
path: root/databases/mysql-connector-c++/DESCR
blob: 9b8afddd127fc982ace7d8c2e944e227dbcb48b3 (plain)
1
2
3
4
5
6
7
8
9
10
MySQL Connector/C++ is a MySQL database connector for C++. It lets
you develop C++ applications that connect to the MySQL Server.

MySQL Connector/C++ offers the following benefits for C++ users
compared to the MySQL C API (MySQL client library):

* Convenience of pure C++; no C function calls required
* Supports JDBC 4.0, an industry standard API
* Supports the object-oriented programming paradigm
* Reduces development time