Derby数据库管理工具

发布于 2024-12-17 19:57:53 字数 67 浏览 3 评论 0原文

有没有像razorSQL这样的Derby数据库管理工具?我尝试使用 razorSQL,但它对我来说似乎不是一个好的选择。

is there any management tool for Derby database like razorSQL ? I tried to use razorSQL, but it seems to be a not good choice for me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

假装不在乎 2024-12-24 19:57:53

以下是一些有用的 Derby 工具:

  • Eclipse 内置数据源资源管理器。只适合最基本的任务,表视图甚至不能按列排序,也不能过滤记录,所以所有这样的事情都必须由 SQL 来完成。它只比 shell 工具好一个档次。
  • DBVisualizer,免费版。比 Eclipse 更好,但免费版有许多故意的缺点,必须付费才能消除它们。
  • SQuirreL SQL 客户端 也是一个有用的工具通过 JDBC 浏览和操作 SQL 数据库的工具。

Here are a few useful Derby tools:

  • Eclipse built-in DataSource Explorer. Fine only for the most basic tasks, table view cannot even order by columns, nor can it filter records, so every such thing must be done by SQL. It's just one notch better than a shell tool.
  • DBVisualizer, free edition. Better than Eclipse's, but the free edition has many deliberate shortcomings, which must be paid for to make them go away.
  • SQuirreL SQL Client is also a useful tool for browsing and manipulating SQL databases via JDBC.
往昔成烟 2024-12-24 19:57:53

我在 Netbeans 上使用过 Derby,并且没有遇到您提到的问题。所以我可以建议你使用它。

I had used Derby on Netbeans, and hadn't faced with problems you mentioned. So I can suggest you to use that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文