什么是为 windows 的 mysql 数据库绘制 ERD 的最佳软件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1283505/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
what is the best software to draw ERD for a mysql database for windows
提问by rahim asgari
What is the best software to draw ERD in Windows for a MySQL database.
在 Windows 中为 MySQL 数据库绘制 ERD 的最佳软件是什么。
回答by surajz
You can also use staruml
你也可以使用staruml
http://staruml.sourceforge.net/en/modules.php
http://staruml.sourceforge.net/en/modules.php
http://staruml.sourceforge.net/docs/StarUML_5.0_Developer_Guide.pdf(see chapter 10 for instruction on creating ER, and installing ER module)
http://staruml.sourceforge.net/docs/StarUML_5.0_Developer_Guide.pdf(有关创建 ER 和安装 ER 模块的说明,请参阅第 10 章)
回答by surajz
I've been using MySQL Workbench for a couple of months now (the community version) and I am very pleased with the result.
我已经使用 MySQL Workbench 几个月了(社区版),我对结果非常满意。
MySQL Workbench it is based on DBDesigner4 which was another great tool.
MySQL Workbench 它基于 DBDesigner4,这是另一个很棒的工具。
回答by Leigh Pyle
If you use a decent web browser on Windows, go try SchemaBank. They have native support for MySQL.
如果您在 Windows 上使用不错的 Web 浏览器,请尝试SchemaBank。他们对 MySQL 有本机支持。
回答by rochb
I've used an open-sourceJava-based tool called SchemaSpyrecently and it worked very well.
我最近使用了一个名为SchemaSpy的基于 Java的开源工具,它运行良好。
SchemaSpy analyzes schema metadata, letting you click through the hierarchy of tables' parent/child relationships. Works with just about any RDBMS that supports JDBC (Oracle/MySQL/DB2/SQL Server/PostgreSQL/Sybase/etc). Also identifies common anomalies.
SchemaSpy 分析架构元数据,让您可以单击表的父/子关系的层次结构。适用于几乎所有支持 JDBC (Oracle/MySQL/DB2/SQL Server/PostgreSQL/Sybase/etc) 的 RDBMS。还可识别常见异常。
回答by Brandon E Taylor
Visio has a Database Model Diagram template that can be used to draw Entity-Relation Diagrams.
Visio 有一个数据库模型图模板,可用于绘制实体关系图。
回答by ars
I've used Toad Data Modelerbefore with good results.
我之前使用过Toad Data Modeler,效果很好。