Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mysql/src/client.ts>TLSConfig

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