1. Which is better H2 or HSQLDB? stackoverflow.comHSQLDB 2.0 is soon to be released. I wonder if it will outperform H2 since, as far as I know, most users prefer H2 than HSQLDB. I am interested in the ... |
2. How to integrate HSQL DB with java application stackoverflow.comI would like to integrate HSQL in my Java application for testing purposes. Is there any tutorial that describes in a simple way how to integrate it-I want to distribute it ... |
3. SequenceGenerator problem with unit testing in Hsqldb/H2 stackoverflow.comI have tried using both Hsqldb and H2 for unit testing but facing problem with sequence generators. Field declaration looks like this.
When I try to test ... |