Skip to content

pg-connection-string ConnectionOptions interface is not compatible with PoolConfig #2280

Open
@hjr3

Description

@hjr3

There are a few issues:

  1. pg-connection-string ConnectionOptions has database: string | null | undefined vs PoolConfig has database?: string; (which effectively means database: string | undefined).
  2. pg-connection-string ConnectionOptions has ssl?: boolean | string vs PoolConfig has ssl?: boolean | ConnectionOptions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions