Postgresql Visual Interface Similar to PHPmyadmin

PostgreSQL visual interface similar to phpMyAdmin?

phpPgAdmin might work for you, if you're already familiar with phpMyAdmin.

Please note that development of phpPgAdmin has moved to github per this notice but the SourceForge link above is for historical / documentation purposes.

But really there are dozens of tools that can do this.

Is there a go-to GUI or visual interface that can be used with the PostgreSQL database in Ruby on Rails?

Table Plus is great. Far better than Sequel Pro IMHO.

If you're looking for a Rails Admin alternative, I would check out Active Admin

What is the graphical user interface used to access PostgreSQL?

Sure, default GUI for pgSQL is http://www.pgadmin.org/

Is there any Java or JSP web-interface for managing PostgreSQL databases?

The only one I know of is VDBC: http://bitlama.github.io/vdbc/

Although there doesn't seem to be much activity around that project

Edit (2015-11-21) there is also

  • PostgreSQL Studio: http://www.postgresqlstudio.org/
  • TeamPostgreSQL: http://www.teampostgresql.com/

What are some good postgresql admin interfaces?

http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools has a list

GUI Tool for PostgreSQL

There is a comprehensive list of tools on the PostgreSQL Wiki:

https://wiki.postgresql.org/wiki/PostgreSQL_Clients

And of course PostgreSQL itself comes with pgAdmin, a GUI tool for accessing Postgres databases.

Easy way to view data in pgAdmin (PostgreSQL)

Go to the properties of your server and check the "restore env" checkbox. That option causes pgadmin to remember your navigation between sessions. It will take you right to the table you selected last time you used pgadmin.



Related Topics



Leave a reply



Submit