Has anybody produced a C++ wrapper for SQL that allows to interface to flat files or an active DB server or possable an in memory DB depending on run-time configuration.
I have seen:
- SQLite
- mySQL
I am sure there are others.
Both of these are really C and though they provide the same functionality there is no common interface (that I have found).
Anybody have suggestions.