I was wondering if anyone had seen a library abstracting SQLite and Tokyo-Cabinet with the same API. Basically I am looking for something that will allow me to test and dev with SQLite, and then go to TC for production.
In any case, the language I use is Lua, but I am sure that such a library does not exist for Lua, so a library that does this in any other language is also good , since I can develop something similar for Lua based of this.
source share