How to get ERD diagram for an existing database?

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

    Download DbVisualizer from : https://www.dbvis.com/download/10.0

    and after installing create database connection:

    Change highlighted detail of your db and test by click ping server. Finally click connect

    Enjoy.

提交回复
热议问题