I know how to create a database that exists only in memory by using the :memory: filename. This however, creates a new database every time and it can not be saved.
Is is possible to make SQLite load a database file into memory and then save it back to the file again when the connection to the database is closed? Would it improve speed? - paldepind _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

