We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f53c0 commit 567bec7Copy full SHA for 567bec7
README.md
@@ -11,7 +11,7 @@ and the [tokio-postgres asynchronous PostgreSQL client library](https://github.c
11
```
12
let config = rustls::ClientConfig::new();
13
let tls = tokio_postgres_rustls::MakeRustlsConnect::new(config);
14
-let connect_fut = tokio_postgres::connect("host=localhost user=postgres", tls);
+let connect_fut = tokio_postgres::connect("sslmode=require host=localhost user=postgres", tls);
15
// ...
16
17
0 commit comments