Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
method Connection.prototype.execute
import { Connection } from "https://deno.land/x/mysql@v2.10.3/src/connection.ts";

execute sql

Parameters

sql: string

sql string

optional
params: any[]

query params

optional
iterator = [UNSUPPORTED]

whether to return an ExecuteIteratorResult or ExecuteResult