Ask HN: Any easy-to-use table schema visualization tool for PostgreSQL?

1 day ago 1

I'm working on a project that relies on PostgreSQL. This is the first time I've used PostgreSQL so extensively. Previously, I only used MySQL for a decade.

As the tables increase and the references become more and more complex, I want a tool to connect to my development database and draw a diagram of the table schemas with the entity relationships. I tried using pgAdmin, but it doesn't seem as easy to get a diagram as it is with MySQL Workbench. So fellows, any recommendations for a table schema visualization tool for PostgreSQL?

Read Entire Article