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 ece7645 commit 726f620Copy full SHA for 726f620
index.d.ts
@@ -4,10 +4,10 @@ export interface ConnectionOptions {
4
host: string | null;
5
password?: string;
6
user?: string;
7
- port: string | null;
+ port?: string | null;
8
database: string | null | undefined;
9
- client_encoding?: string | undefined;
10
- ssl?: boolean;
+ client_encoding?: string;
+ ssl?: boolean | string;
11
12
application_name?: string;
13
fallback_application_name?: string;
0 commit comments