Skip to main content
Module

x/pasta/mod.ts>internal.makeInsert

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

Parameters

table: string
valueMap: Record<string, unknown>