Is there some kind of c++ framework that wrappers the c++ driver ? So it will give me API to connect mysql and run sql queries?
Asked
Active
Viewed 1,149 times
1 Answers
4
You should check out MySql++
Armen Tsirunyan
- 125,569
- 56
- 315
- 427
-
what is the difference between mysql-connector-c++ from MySql site and this framework? – user63898 Jul 22 '11 at 11:55
-
1@user63898: That's answered in the MySQL++ FAQ, right on the front page: http://tangentsoft.net/mysql++/#conncpp – Warren Young Jul 22 '11 at 16:20