简体   繁体   English

Derby数据库管理工具

[英]Derby database management tool

is there any management tool for Derby database like razorSQL ? 是否有像razorSQL这样的Derby数据库管理工具? I tried to use razorSQL, but it seems to be a not good choice for me. 我尝试使用razorSQL,但它似乎对我来说不是一个好选择。

Here are a few useful Derby tools: 以下是一些有用的Derby工具:

  • Eclipse built-in DataSource Explorer . Eclipse内置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. 仅适用于最基本的任务,表视图甚至不能按列排序,也不能过滤记录,因此每个这样的事情都必须由SQL完成。 It's just one notch better than a shell tool. 它比shell工具好一个档次。
  • DBVisualizer, free edition . DBVisualizer,免费版 Better than Eclipse's, but the free edition has many deliberate shortcomings, which must be paid for to make them go away. 比Eclipse更好,但免费版有许多故意的缺点,必须付出代价才能让它们消失。
  • SQuirreL SQL Client is also a useful tool for browsing and manipulating SQL databases via JDBC. SQuirreL SQL Client也是通过JDBC浏览和操作SQL数据库的有用工具。

I had used Derby on Netbeans, and hadn't faced with problems you mentioned. 我在Netbeans上使用过Derby,并没有面对你提到的问题。 So I can suggest you to use that. 所以我可以建议你使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM