sqlbrowser

Best SQL browser for HSQLDB? [closed]

我与影子孤独终老i 提交于 2019-12-03 01:37:52
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Whats the best browser tool for HSQLDB databases? 回答1: HSQL has built-in GUI query tool called Database manager. In the directory of

Best SQL browser for HSQLDB? [closed]

倾然丶 夕夏残阳落幕 提交于 2019-12-02 16:53:06
Whats the best browser tool for HSQLDB databases? hawkeye 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/ I've had good experience