I am looking for options for abstracting database server data from my application (in C ++), I would like to write my code to be independent of the real database backend. I know that MySQL has a good library, but I do not want to get attached to one database implementation. Are there any good options for this?
source
share