Tagged Questions
2
votes
3answers
1k views
In-memory Java database that I can persist (as a single huge blob of memory)
I am looking for an in-memory relational (SQL) database for Java (something like HSQLDB), whose whole state I can serialise.
wholeDatabase.serialize(outputStream);
...