Grails comes with HSQLDB as it’s in-memory db and it’s not difficult to inspect it, but there’s a simpler way than many realise and it’s built into every Grails installation, bundled in the HSQLDB jar lib. I have found this trick is useful when inspecting DB state during integration test execution. Just add the following [...]
