Module

x/pg_mem/interfaces-private.ts>ToCompile

An in memory postgres DB instance for your unit tests
Go to Latest
interface ToCompile
import { type ToCompile } from "https://dotland.deno.dev/x/pg_mem@2.6.3/interfaces-private.ts";

Properties

optional
functioName: string | nil

Function being compiled (null for "DO" statements compilations)

code: string

Code to compile

schema: ISchema

Schema against which this compilation is performed

Expected arguments

optional
returns: IType | nil

Expected return type (if any)