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 would be great to see the DB status before the failure. … Continue reading Inspecting in-memory HSQLDB