Skip to content

PostgreSQL sink: connection configuration (split env vars, pool & TLS options) #1560

Description

@dcoric

Follow-up to #1497 / #1532.

Only a single connectionString (or GIT_PROXY_POSTGRES_CONNECTION_STRING) is supported, and the pool is created with all defaults (new Pool({ connectionString })).

Scope

  • Support split PGHOST / PGPORT / PGUSER / PGPASSWORD / PGDATABASE.
  • Expose pool sizing / timeout configuration.
  • Provide structured TLS/ssl options (parity with the mongo backend's options object), instead of requiring sslmode to be embedded in the connection string.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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