Hacker News new | ask | show | jobs
by davyjones 3443 days ago
I developed and use(d) pgxplorer (github.com/pgxplorer). So, I can tell you this: the best out there is psql (CLI). There exists no use case where a GUI is better than psql.
1 comments

Not even diagramming relationships between tables?
Those fall under db authoring/modeling tools. https://github.com/pgmodeler/pgmodeler is a good pick.