Inspecting in-memory HSQLDB
Sometimes, for automatic testing of your Java application, you need to configure a DB connection. Most of the time the decision is to go for an in-memory database and HSQLDB is a prime candidate.
Some other times, your tests will be failing and it wo...
horiaconstantin.hashnode.dev2 min read