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

x/denodb/deps.ts>MySQLConnection#query

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

excute query sql

Parameters

sql: string

query sql string

optional
params: any[]

query params

Returns

Promise<ExecuteResult | any[]>