Skip to main content
Module

x/pasta/mod.ts>sql.makeInsertFrom

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

Parameters

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