Module

x/nessie/deps.ts>MySQLClient#query

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

execute query sql

Parameters

sql: string

query sql string

optional
params: any[]

query params

Returns

Promise<any>