Any way to automatically generate a UML diagram?

I have a MySQL DB, and I would like to create its relational chart. Is there a tool that can connect to the database and automatically generate it for me?

0
source share
2 answers

Yes, DEVART DBForge for MySQL will do this.

There is a free version of Express, I'm not sure that it has this functionality, but look at: http://www.devart.com/dbforge/mysql/studio/

+3
source

If you are the lucky owner of IntelliJ IDEA Ultimate Edition, you can use its database tools . IDEA can connect to databases and build UML diagrams.

+1
source

Source: https://habr.com/ru/post/1411045/


All Articles