Skip to main content
Module

x/pg_mem/mod.ts>ToCompile

An in memory postgres DB instance for your unit tests
Latest
interface ToCompile
import { type ToCompile } from "https://deno.land/x/pg_mem@2.8.1/mod.ts";

Properties

optional
functionName: 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)