Quick HSQLDB How To


HSQLDB is a 100% pure Java SQL database. I often make use of it when I’m working on proof of concepts or tests. You can download it at http://sourceforge.net/projects/hsqldb/files/hsqldb/. In order to run it, it’s required to have a JVM installed and the JAVA_HOME environmental variable pointing to it. I recommend to create a folder in … Continue reading Quick HSQLDB How To