Hello,

I'm a C++ newbie and my books don't cover database integration, I have honestly no idea if the C++ world usually uses an ORM like Hibernate or does it uses direct connection to for example MySQL.

I am writing an application that updates a large databaset ever few minutes so I would like to use Mysql / Postgresql or even Redis.

What would you use? Just the C++ driver of mysql (Which is Java?)

Thanks for helping me point in the right direction.