I was wondering if anyone has seen a library that abstracts away SQLite and Tokyo-Cabinet to the same API. Basically I'm looking for something that will allow me to test and dev with SQLite, and later move to TC for production.
Anyways the language I'm using specifically is Lua, but I'm sure such a library doesn't exist for Lua, so a Library that does this in any other language is also ok since I can develop something similar for Lua based on that.