I made one because of the need in our company.
https://www.github.com/rubdos/libsqlitepp
It's C++11, and header only. Just put the header in your project, include it and link to the C sqlite libraries.
Examples should be somewhere on that git repo too, fairly easy to use.