sslConfig property

PostgresqlSslConfig? sslConfig
getter/setter pair

SSL configuration for the PostgreSQL connection.

In case PostgresqlSslConfig is not set, the connection will use the default SSL mode, which is prefer (i.e. this mode will only use encryption if enabled from database side, otherwise will use unencrypted communication)

Optional.

Implementation

PostgresqlSslConfig? sslConfig;