Skip to main content
Module

x/mysql/mod.ts>TLSConfig

MySQL driver for Deno
Extremely Popular
Latest
interface TLSConfig
import { type TLSConfig } from "https://deno.land/x/mysql@v2.12.1/mod.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.