简体   繁体   中英

Derby database management tool

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.

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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