Are we talking about the same thing? You wrote: "SQLite is also not very efficient if you open multiple databases."
I was asking about SQLite's performance with multiple dbs. On Fri, 2014-07-11 at 12:58 +0800, Elias Mårtenson wrote: > No, it does not. At least not as far as I know. Each file contains a > single key-value store, and there is great flexibility in how to store > the keys and values (both are simply an arbitrarily long binary string > of bytes). > > > All I can find in the GDBM manual about it is the following, which is > only barely helpful: > > > "gdbm allows an application to have multiple databases open at the > same time" >