简体   繁体   English

数据库建模工具,可从架构或任何其他工具生成ER图,以可视化方式表示MySQL DB架构

[英]Database modeling tool to generate E-R diagrams from schema or any other tool to visually represent the MySQL DB schema

I have inherited a mysql schema with around two dozen tables. 我继承了一个带有约两打表的mysql模式。 I would like to create an ER diagram (or some form of visual representation) from my the create table statements. 我想从我的create table语句中创建一个ER图(或某种形式的视觉表示形式)。 I am looking for free open source tools which will help me do this. 我正在寻找免费的开源工具,这将帮助我做到这一点。 This will help me understand the schema better and aid others as well. 这将帮助我更好地理解模式,并帮助他人。

Do people have experiences with any open source tools which will help me do this? 人们是否有使用任何开源工具的经验可以帮助我做到这一点? Any suggestions/recommendations will be great. 任何建议/建议都很好。

While it won't automatically do it for you, Dia would be a good place to start. 虽然它不会自动为您完成,但Dia将是一个不错的起点。 It is open source and even has special tools to help with ER diagrams. 它是开源的,甚至具有帮助ER图的特殊工具。 I actually just finished creating an ERD for a class with this program. 实际上,我刚刚使用该程序为类创建了ERD。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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