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

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

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

Parameters

table: string
keyValues: Record<string, unknown>
setValues: Record<string, unknown>