Expand description
PostgreSQL connection configuration.
Mirrors the shape of SshConfig / SftpConfig so the macOS bridge can
map a ConnectionProfile onto a PgConfig with the same conventions
used for every other protocol.
Structs§
- PgConfig
- SshTunnel
Ref - Reference to an existing
ConnectionManager-managed SSH connection that should be used as adirect-tcpiptunnel for this Postgres connection.
Enums§
- PgAuth
Method - How to authenticate to the Postgres server.
- PgTls
Mode - TLS posture for the connection.