Skip to content

Allow configuration options for Postgres #2872

Closed
@kulshekhar

Description

@kulshekhar

The current implementation of the Postgres adapter establishes a connection using the default settings. It would be helpful if we could customize the options available in the Postgres driver. As things stand, there are two sets of options that can be configured:

To implement this, parse server can accept them individually as command line parameters/environment variable (the existing --databaseOptions option and a new option).

Alternatively, they can be combined into the existing --databaseOptions option with the convention that this option have a structure similar to:

{
  "pgpOptions": { },
  "pgOptions": { }
}

Of course, the keys could have more descriptive names. If we can decide on the preferable approach and the naming convention, I could take a stab at implementing this.

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