How to get ERD diagram for an existing database?

前端 未结 12 1003
灰色年华
灰色年华 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:29

    You can generate ER diagram from PgAdmin.

    1. Open PgAdmin
    2. Right click on any table and select statement and it will show two window one is query other is graphical window so you can add the table which you want to generate the diagram.
    3. To save go to save as and select Graphical Query (image)

提交回复
热议问题