本文介绍了最佳SQL浏览器HSQLDB?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请告诉我的HSQLDB数据库的最佳浏览器工具?
Whats the best browser tool for HSQLDB databases?
推荐答案
原来,最方便的是内置的数据库管理器。在数据库文件的导演 - 运行运行
Turns out the most convenient one was the built-in Database manager. In the director of the database files - running Running
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.
这篇关于最佳SQL浏览器HSQLDB?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!