I'm a C++ beginner. What's an easy to use (in terms of both installation and use in code) library for using MySQL in C++? Is there one that's a lot more commonly used than others? Note that I'm using MySQL 4.1.22 on GNU/Linux.
I've found the following:
I think SQLAPI++ abstracts away which database you're using, which is good but not crucial; and I'm not sure how complicated it is to install.
Is one of these libraries particularly easy to install and use? Is one considered something of a "standard" when it comes to C++ and MySQL?
If someone has any other libraries to recommend, then post them :)