Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pasta/src/index.ts>sql.makeInsert

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

Parameters

table: string
valueMap: Record<string, unknown>