Skip to main content
Module

x/pasta/mod.ts>sql.makeInsert

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

Parameters

table: string
valueMap: Record<string, unknown>