Skip to main content
Module

x/mysql/src/client.ts>TLSConfig

MySQL driver for Deno
Very Popular
Latest
interface TLSConfig
import { type TLSConfig } from "https://deno.land/x/mysql@v2.12.1/src/client.ts";

TLS Config

Properties

optional
mode: TLSMode

mode of tls. only support disabled and verify_identity now

optional
caCerts: string[]

A list of root certificates (must be PEM format) that will be used in addition to the default root certificates to verify the peer's certificate.