Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PostgresqlSslConfig

import type { PostgresqlSslConfig } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

PostgreSQL SSL configuration information.

interface PostgresqlSslConfig {
serverAndClientVerification?: ServerAndClientVerification;
serverVerification?: ServerVerification;
}

§Properties

§
serverAndClientVerification?: ServerAndClientVerification
[src]

If this field is set, the communication will be encrypted with TLS encryption and both the server identity and the client identity will be authenticated.

§
serverVerification?: ServerVerification
[src]

If this field is set, the communication will be encrypted with TLS encryption and the server identity will be authenticated.