Update readme
This commit is contained in:
parent
7482d4d4e7
commit
9244e0d886
@ -26,14 +26,10 @@ Currently supported:
|
|||||||
Start server:
|
Start server:
|
||||||
|
|
||||||
```
|
```
|
||||||
pgweb
|
pgweb --host localhost --user myuser --db mydb
|
||||||
```
|
```
|
||||||
|
|
||||||
Application will try to connect to the local PostgreSQL server with `postgresql`
|
You can also specify a connection URI instead of individual flags:
|
||||||
user and select `postgresql` database. You can specify connection flags, like
|
|
||||||
database, host or user. See `CLI` section of this readme.
|
|
||||||
|
|
||||||
You can also specify a connection URI instead of settings individual connection settings:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
pgweb --url postgresql://user:password@host:port/database
|
pgweb --url postgresql://user:password@host:port/database
|
||||||
@ -81,7 +77,6 @@ This will produce `pgweb` binary in the current directory.
|
|||||||
|
|
||||||
- Dan Sosedoff - https://twitter.com/sosedoff
|
- Dan Sosedoff - https://twitter.com/sosedoff
|
||||||
- Masha Safina - https://twitter.com/mashasafina
|
- Masha Safina - https://twitter.com/mashasafina
|
||||||
- Jeff Canty - https://twitter.com/cantyjeffrey
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user