Module

x/pg_mem/mod.ts>CompiledFunctionResult

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

Properties

optional
result: any

The function result, if function "returns" something

optional
outArgs: any[]

The functions out arguments, as indexed in the args passed to your language compiler function