Merge pull request #474 from jc00ke/master

Add note to README about connecting over Unix domain sockets
This commit is contained in:
Dan Sosedoff
2020-06-09 07:40:53 -05:00
committed by GitHub

View File

@@ -76,6 +76,7 @@ Connection URL scheme is also supported:
```
pgweb --url postgres://user:password@host:port/database?sslmode=[mode]
pgweb --url "postgres:///database?host=/absolute/path/to/unix/socket/dir"
```
### Multiple database sessions