Whats the best browser tool for HSQLDB databases?
Best SQL browser for HSQLDB?
77.5k views Asked by hawkeye At
3
There are 3 answers
3
On
DBeaver works very nicely:
Also, SQuirreL is always a safe bet for any database:
http://squirrel-sql.sourceforge.net
Meanwhile, IntelliJ has decent database tooling, too
HSQL has built-in GUI query tool called Database manager. In the directory of the database files run:
and then setting the config to:
Allowed me to edit what I needed in a really convenient way.