How to get ERD diagram for an existing database?

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

    I wrote this utility, it automatically generates the DSL code from a postgres database which you can then paste into dbdiagram.io/d website to get ER diagrams

    https://github.com/nsingla/dbdiagrams

提交回复
热议问题