1. In-memory Java database that I can persist (as a single huge blob of memory) stackoverflow.comI am looking for an in-memory relational (SQL) database for Java (something like HSQLDB), whose whole state I can serialise.
Or maybe the DB only uses a byte[] that I give it ... |
2. HSQLDB & Ant - tables not persisting? coderanch.comI wasn't sure which forum to ask this question in, but this forum seemed to have more references to HSQLDB, so here I am. I have set included the hsqldb.jar in my lib and I have the following properties: |