Module

x/pg_mem/interfaces-private.ts>QueryObjOpts

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

Properties

optional
nullIfNotFound: boolean

Returns null instead of throwing error if not found

optional
skipSearch: boolean

Will only search in the current schema, or in the targeted schema (not in search path)