Hacker News new | ask | show | jobs
by jesterson 824 days ago
> PG is great to admin

What do you use for it? Is there anything like phpmyadmin for postgres with similar simplicity?

2 comments

Coming myself from MySQL to Postgres I found PgAdmin (https://www.pgadmin.org/screenshots/#7) easy to use
Pgadmin has gotten lots of bad feedback. I'm using dBeaver or the IntelliJ sidebar to connect to the database.

Dbeaver is more useful. But you can do everything from the command line. You use sql to write database migrations anyway, no?

I guess it's better now. Last time I tried years ago it was horrible