德比实体关系图
有没有免费的软件可以提取我的德比数据库图表? (比如 MySQL Workbench for MySQL?)
或者可能是 netbeans 的插件? 谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果它有 JDBC 驱动程序(derby 有一个),您可以使用任何可以绘制您想要的图表并支持 JDBC 的开源工具(大多数开源数据库工具都支持 JDBC)。 我喜欢这个:PowerArchitect
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
如果您仍在寻找解决方案,可以使用 NetBeans 的一个很好的开源插件,并为您的 Derby 数据库提供 ERD。 这是下载插件的链接: https://java.net/projects/dber /downloads/directory/1.2
不仅有 NetBeans 插件,而且还有独立版本。
If you are still looking for a solution there is a good open source plugin for NetBeans and gives you an ERD for your Derby database. Here is a link to download the plugin: https://java.net/projects/dber/downloads/directory/1.2
Not only there is a NetBeans plugin but they also have a standalone version.