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

x/denodb/deps.ts>MySQLClient#execute

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
method MySQLClient.prototype.execute
import { MySQLClient } from "https://deno.land/x/denodb@v1.1.0/deps.ts";

execute sql

Parameters

sql: string

sql string

optional
params: any[]

query params

Returns

Promise<ExecuteResult>