sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.63k stars 732 forks source link

how can I set password for connection? #8

Closed maksadbek closed 10 years ago

maksadbek commented 10 years ago
max@max-linux:~/Codes/go/pgweb$ pgweb --url postgresql://max:pass@localhost:5432/postgres
Connecting to server...
Error: missing "=" after "postgresql://max:pass@localhost:5432/postgres" in connection info string"
sosedoff commented 10 years ago

Connection string format:

postgres://user:password@host:port/database

Notice that you have postgresql instead of postgres