import { type TLSOptions } from "https://deno.land/x/postgres@v0.17.1/connection/connection_params.ts";
Properties
If TLS support is enabled or not. If the server requires TLS, the connection will fail.
Default: true
This will force the connection to run over TLS If the server doesn't support TLS, the connection will fail
Default: false