mySql

Hey guys.

Could anyone recommend a well documented and easy to use, cross-platform c++ library for accessing a mySql database? I have found mysql++ which I currently plan on using if there is no better alternative. Any opinions? :)
why not use the c api?
I've used MySQL++ and touched on the 'official' SQL Connector C++.

I liked MySQL++ a lot more. It's my personal recommendation out of the two. Although I haven't tried any others =x

why not use the c api?


Because it's awkward if you're trying to write C++ code
brilliant. thanks for the reply :) mysql++ it is :D
Topic archived. No new replies allowed.