Skip to main content
Module

x/pasta/mod.ts>internal.makeInsertFrom

Create and manipulate type-safe SQL for PostgreSQL
Latest
function internal.makeInsertFrom
import { internal } from "https://deno.land/x/pasta@0.0.12/mod.ts";
const { makeInsertFrom } = internal;

Parameters

table: string
sourceColumns: SelectedColumn[]
columns: string[]