mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Add note to README about connecting over Unix domain sockets
This commit is contained in:
parent
111b1720b4
commit
92dbbbd5e8
@ -76,6 +76,7 @@ Connection URL scheme is also supported:
|
|||||||
|
|
||||||
```
|
```
|
||||||
pgweb --url postgres://user:password@host:port/database?sslmode=[mode]
|
pgweb --url postgres://user:password@host:port/database?sslmode=[mode]
|
||||||
|
pgweb --url "postgres:///database?host=/absolute/path/to/unix/socket/dir"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Multiple database sessions
|
### Multiple database sessions
|
||||||
|
Loading…
Reference in New Issue
Block a user