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

x/pasta/src/index.ts>sql.makeInsertWith

Create and manipulate type-safe SQL for PostgreSQL
Go to Latest
function sql.makeInsertWith
import { sql } from "https://deno.land/x/pasta@0.0.2/src/index.ts";
const { makeInsertWith } = sql;

Parameters

contextTable: string
context: SqlBuilder
insert: SqlBuilder