自动生成数据库图表 MySQL

时间:2023-04-28
本文介绍了自动生成数据库图表 MySQL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我厌倦了在每个项目开始时打开 Dia 并创建数据库图表.有没有一种工具可以让我选择特定的表,然后基于 MySQL 数据库为我创建一个数据库图表?最好是允许我在之后编辑图表,因为没有设置任何外键...

这是我在图表方面所描绘的(请原谅糟糕的数据设计,我没有设计它.让我们关注图表概念,而不是它在此示例中代表的实际数据;)):

I'm tired of opening Dia and creating a database diagram at the beginning of every project. Is there a tool out there that will let me select specific tables and then create a database diagram for me based on a MySQL database? Preferably it would allow me to edit the diagram afterward since none of the foreign keys are set...

Here is what I am picturing diagram-wise (please excuse the horrible data design, I didn't design it. Let's focus on the diagram concept and not on the actual data it represents for this example ;) ):

see full size diagram

解决方案

Try MySQL Workbench, formerly DBDesigner 4:

http://dev.mysql.com/workbench/

This has a "Reverse Engineer Database" mode:

Database -> Reverse Engineer

这篇关于自动生成数据库图表 MySQL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

上一篇:MySQL 存储过程与函数,我将在什么时候使用? 下一篇:MySQL中架构/数据库之间的区别

相关文章