Y
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
justinclift
3443 days ago
Not even diagramming relationships between tables?
link
davyjones
3442 days ago
Those fall under db authoring/modeling tools.
https://github.com/pgmodeler/pgmodeler
is a good pick.
link