views:

1047

answers:

3

I would like to modify some Derby DB's structure, do you know any good (multiplataform) editor for doing this?
thanks!

+3  A: 

Try Squirrel SQL

Andreas Skoog
Testing Squirrel SQL...
ramayac
+1  A: 

Also check out DbVisualizer

H2 Console - a tool from H2 database is also a good a editor for Derby DB :)

cetnar
+1  A: 

Check out RazorSQL. It supports Derby and all of the major dbs like Oracle, PostgreSQL, MySQL, MS SQL Server, etc. And unlike some of the other tools, it actually has pretty good support for some of the less popular dbs like Derby, HSQLDB, H2, Firebird, SQLite, etc.

ricardo