How to get ERD diagram for an existing database?

前端 未结 12 1009
灰色年华
灰色年华 2021-01-30 03:00

I have a PostgreSQL database. I want to get its ERD. How can I do so?

12条回答
  •  余生分开走
    2021-01-30 03:12

    ERBuilder can generate ER diagram from PostgreSQL databases (reverse engineer feature).

    Below step to follow to generate an ER diagram:

    • Click on Menu -> File -> reverse engineer

    • Click on new connection

    • Fill in PostgresSQL connection information

    • Click on OK

    • Click on next

    • Select objects (tables, triggers, sequences…..) that you want to reverse engineer.

    • Click on next.

    • If you are using trial version, your ERD will be displayed automatically.
    • If your are using the free edition you need to drag and drop the tables from the treeview placed in the left side of application

提交回复
热议问题