Skip to main content
Module

x/pasta/mod.ts>internal.makeDelete

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

Parameters

table: string
keyValues: Record<string, unknown>