This section lists all connection options used in the connection string format. Connection options are pairs in the following form: `name=value`. The value is always case sensitive. Separate options with the ampersand (i.e. &) character:
*`sslmode` initiates the connection with TLS/SSL (disable, require, verify-ca, verify-full)
*`connect_timeout` maximum wait for connection, in seconds.
*`sslcert` cert file location. The file must contain PEM encoded data.
*`sslkey` key file location. The file must contain PEM encoded data.
*`sslrootcert` location of the root certificate file. The file must contain PEM encoded data.