自动生成数据库图表 MySQL

2021-11-20 00:00:00 database mysql database-design diagram

我厌倦了在每个项目开始时打开 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

相关文章