hsqldb « mysql « Java Database Q&A





1. Replacing mysql specific functionality with HSQLDB    stackoverflow.com

I'm working at refactoring a lot of test code that uses a local host mysql. As can be imagined this is not optimal so I'm replacing mysql with hsqldb (for testing ...

2. HSQLDB vs MySql    coderanch.com

We need to a database for a project at work (desktop application). My boss wanted/s to use MySQL b/c she's familiar with it, but I just think its a little to "heavy" for a desktop application (I think it would be a pain to install it on every machine, and using it centrally would be usefule for about 10% of the ...

3. Issues around unit testing MySQL DAO code using HSQLDB.    coderanch.com

Hi, I am not sure if anyone has resolved this issue successfully, but any help would be greatly appreciated. Our system setup: Spring/JPA/Hibernate with MySQL in production and HSQLDB in tests. Allow me to preempt the first wave of comments about running the tests on exactly the same setup as production. We do that in our acceptance, performance and full-stack tests. ...