Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method QueryCompiler.prototype.compile
import { QueryCompiler } from "https://deno.land/x/cotton@v0.7.5/src/querycompiler.ts";

Generate executable SQL statement

Returns

{ text: string; values: any[]; }