Whats the best browser tool for HSQLDB databases?
HSQLDB (HyperSQL DataBase) is the leading SQL relational database system written in Java. It offers a small, fast multithreaded and transactional database engine with in-memory and disk-based tables and supports embedded and server modes. It includes a powerful command line SQL tool and simple GUI query tools.
HSQL has built-in GUI query tool called Database manager. In the directory of the database files run:
java -cp ../lib/hsqldb.jar org.hsqldb.util.DatabaseManager
and then setting the config to:
jdbc:hsqldb:file:databaseName
Allowed me to edit what I needed in a really convenient way.
DBeaver works very nicely:
http://dbeaver.jkiss.org
Also, SQuirreL is always a safe bet for any database:
http://squirrel-sql.sourceforge.net
Meanwhile, IntelliJ has decent database tooling, too
https://www.jetbrains.com/datagrip/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With