pgweb

Web-based PostgreSQL database browser with intuitive UI

brewmacoslinux
Try with needOr install directly
Source

About

Web-based PostgreSQL database browser

Commands

pgweb

Examples

Connect to local PostgreSQL database$ pgweb --db=mydatabase
Connect to remote PostgreSQL server with authentication$ pgweb --host=db.example.com --user=postgres --password --db=production
Start pgweb on custom port$ pgweb --db=testdb --listen=3001