Hi
In the documentation of the HSQLDB is a command line statement to start a HSQLDB server (HSQLDB Doc). But there is this "file:mydb" property, so I assume its not in memory-only mode.
How do I run a memory-only HSQLDB server?
I runned the following but get no clue.
java -cp ../lib/hsqldb.jar org.hsqldb.Server -?