Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pasta/src/index.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.2/src/index.ts";
const { makeInsertFrom } = sql;

Parameters

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