Module

x/pg_mem/utils.ts>LazySync

An in memory postgres DB instance for your unit tests
Go to Latest
type alias LazySync
import { type LazySync } from "https://dotland.deno.dev/x/pg_mem@3.0.2/utils.ts";
definition: (() => T) & { invalidate: () => void; }