Is there any free software out there for extracting the diagram of my derby database? (Like MySQL Workbench for MySQL?)
Or maybe a plugin for netbeans? Thank you
|
|
If it has a JDBC driver (derby has one), you can use any open source tool that does the diagrams you want and has JDBC support (most open source database tools support JDBC) . I like this one: PowerArchitect |
|||
|
|