How to get ERD diagram for an existing database?

Badr picture Badr · Aug 13, 2010 · Viewed 149.9k times · Source

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

Answer

krishnakumarp picture krishnakumarp · Jan 23, 2018

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)