How to get ERD diagram for an existing database?

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

    You can use dbeaver to do this. It allows you to export the ER diagram as png/svg etc.

    DBeaver - https://dbeaver.io/

    Double click on a schema (eg, Schemas->public->Tables) and open the "ER Diagram" tab (next to "Properties" tab)

提交回复
热议问题