Skip to main content
Module

x/pasta/mod.ts>internal.SqlBuilder

Create and manipulate type-safe SQL for PostgreSQL
Latest
type alias internal.SqlBuilder
import { type internal } from "https://deno.land/x/pasta@0.0.12/mod.ts";
const { SqlBuilder } = internal;
definition: { statement:
| SelectStatement
| InsertStatement
| UpdateStatement
| WithStatement
| DeleteStatement
; toSql: () => string; }