MySQL Connector/C++ 是MySQL 数据库的C++驱动,mysql官网地址:http://forge.mysql.com/wiki/Connector_C%2B%2B,目前已经发布了preview版本,看起来好像不错。还没有试用,据说mysql work bench用的就是这个。如果真的能有mysql work bench的更新频率的话,我们就可以放弃mysql ++了。这个看起来更为通用一些。
The MySQL Driver for C++实现了大部分 JDBC 3.0 API的功能,大体的类包含如下:
In total you will find about 530 being declared in Connector/C++ and approximately 405 of them being implemented, please check the simplified implementation statistics for details.