Module

x/pg_mem/evaluator.ts>EvaluatorOptions

An in memory postgres DB instance for your unit tests
Latest
interface EvaluatorOptions
import { type EvaluatorOptions } from "https://dotland.deno.dev/x/pg_mem@3.0.2/evaluator.ts";

Properties

optional
isAny: boolean
optional
isColumnOf: _ISelection
optional
actAsConstantLiteral: boolean

its type will act as if it is a constant literal (for parameters type resolution)

optional
forceNotConstant: boolean
optional
onCast: (to: _IType) => void
optional
unpure: boolean