Module

x/nessie/deps.ts>MySQLClient#execute

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method MySQLClient.prototype.execute
import { MySQLClient } from "https://dotland.deno.dev/x/nessie@2.0.7/deps.ts";

execute sql

Parameters

sql: string

sql string

optional
params: any[]

query params

Returns

Promise<ExecuteResult>