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

x/nessie/deps.ts>MySQLClient#query

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

execute query sql

Parameters

sql: string

query sql string

optional
params: any[]

query params

Returns

Promise<any>