Searching for the perfect in memory database
I’ve been using HSQLDB for my in memory database testing, but I think its time to find something else. Things have been getting pretty painful lately and I’m wondering what kind of experience others have with the alternatives. My criteria are:
fast
easy to embed in a Java test suite - so basically just drop [...]
