Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mysql/src/client.ts>Client#connect

MySQL driver for Deno
Extremely Popular
Go to Latest
method Client.prototype.connect
import { Client } from "https://deno.land/x/mysql@v2.12.0/src/client.ts";

connect to database

Parameters

config: ClientConfig

config for client

Returns

Promise<Client>

Clinet instance