Simon Friis <[email protected]> wrote: > 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.
It can, with backup API: http://www.sqlite.org/backup.html > Is is possible to make SQLite load a database file into memory and > then save it back to the file again Yes - with backup API. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

