Skip to content

Support for connection parameters passed via the DB connection string #370

@khawarizmus

Description

@khawarizmus

Currently there is no flags or options that allow control over the connection parameters Postgres database.

This issue is to add support for connection parameters when passed via the DB url.

Example:

postgresql://user:pass@host/db?connect_timeout=300&keepalives=1&keepalives_idle=60&keepalives_interval=10&keepalives_count=10

This can be useful for certain cloud environments notably serverless and cloud edge use cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions