Module

x/pg_mem/interfaces-private.ts>OnConflictHandler

An in memory postgres DB instance for your unit tests
Go to Latest
type alias OnConflictHandler
import { type OnConflictHandler } from "https://dotland.deno.dev/x/pg_mem@2.6.3/interfaces-private.ts";
definition: { ignore: "all" | _IIndex; } | { onIndex: _IIndex; update: (
item: any,
excluded: any,
) => void; }