This has come up several times before, and the reply I gave there was that we have a FilePath abstraction which sits between our engine and various kind of storage backends (memory, disk, etc).

It should be possible to
(a) restore a disk file to an in-memory backend, since the FilePath abstraction 
looks like a filesystem
(b) make a copy of a populated database from an in-memory backend to a disk 
file.
(c) overwrite an existing in-memory database "virtual file" from another in-memory 
"virtual file"

However, to my knowledge, no-one has ever done the work to actually make this 
happen.


--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/84c1671f-dcdb-20a9-d315-43ccd771a93e%40gmail.com.

Reply via email to