We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f197c63 commit f047382Copy full SHA for f047382
README.md
@@ -98,7 +98,7 @@ default value when applicable.
98
| keepAlive | `boolean` | true |
99
| preparedStatementPrefix | `string` | "tsp\_" |
100
| connectionTimeout | `number` | 10 |
101
-| ssl | `(SSLMode.Disable \| SSL)` | `SSLMode.Prefer` |
+| ssl | `(SSLMode.Disable \| SSL)` | `{ mode: SSLMode.Prefer }` |
102
103
When applicable, "PG" environment variables used by _libpq_ apply, see
104
the PostgreSQL documentation on [environment
0 commit comments