It would also be very helpful if more control about in-memory-databases was available. As far as I have understood, an in-memory database is deleted when the last connection closes. This requires me to always hold a connection to an in-memory database even if don't need it right now.
Maybe one could introduce a pragma "persistent_inmemory" that allows to keep an in-memory-database until explicitely deleted. (DROP DATABASE IF EXISTS ...) _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users