Skip to content

Commit e2b6ad6

Browse files
committed
One more doc update
1 parent 1ce4bd6 commit e2b6ad6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ Connecting
8080
----------
8181
Connect to a Postgres server using the standard URI format:
8282
```rust
83-
let conn = PostgresConnection::connect("postgres://user:pass@host:port/database?arg1=val1&arg2=val2");
83+
let conn = PostgresConnection::connect("postgres://user:pass@host:port/database?arg1=val1&arg2=val2",
84+
NoSsl);
8485
```
8586
`pass` may be omitted if not needed. `port` defaults to `5432` and `database`
8687
defaults to the value of `user` if not specified. The driver supports `trust`,

0 commit comments

Comments
 (0)