This is a great tool to be able to see what is going on under the hood when you have an embeded in memory database in your application.
1 | DatabaseManagerSwing.main(new String[] { "--url", "jdbc:hsqldb:mem:testdb", "--user", "sa", "--password", "" }); |
The post How to visualise an in Memory Database. appeared first on Martin Fournier.