What's the best library for handling MySQL databases?

Hi,

I'm looking for the best C++ library to insert,update and delete entries in a MySQL database. I've found a lot of libraries online but I'd like to use the best supported database library. I started with this post about database ( http://tinycc.me/2rt03x ) connection. Now I have the basics, I can use a frawework / library. My database is online (hosted in the Cloud) and it contains about 1M records.

Thanks
Last edited on
Topic archived. No new replies allowed.