I am using H2 in my Swing application. I have seen View content of H2 or HSQLDB in-memory database.
But, I want to know how can I see the content of H2 when there is no web server, since I am working with Swing?
I used to visualize the H2 with devtool
when I work with Spring MVC, but here there is no controller.