Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Go to Latest
function buildQuery
import { buildQuery } from "https://deno.land/x/mysql@v2.12.0/src/packets/builders/query.ts";

Parameters

sql: string
optional
params: any[] = [UNSUPPORTED]

Returns

Uint8Array