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

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

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

execute sql

Parameters

sql: string

sql string

optional
params: any[]

query params