Open
Description
There are a few issues:
- pg-connection-string
ConnectionOptions
hasdatabase: string | null | undefined
vsPoolConfig
hasdatabase?: string;
(which effectively meansdatabase: string | undefined
). - pg-connection-string
ConnectionOptions
hasssl?: boolean | string
vsPoolConfig
hasssl?: boolean | ConnectionOptions
string
is not present inPoolConfig
PoolConfig
specifiestls.ConnectionOptions
and pg-connection-stringConnectionOptions
does not. (Note: Do not get confused here. There is pg-connection-string ConnectionOptions and node's tls ConnectionOptions
Metadata
Metadata
Assignees
Labels
No labels