Module

x/pg_mem/index.ts>IBoundQuery

An in memory postgres DB instance for your unit tests
Latest
interface IBoundQuery
import { type IBoundQuery } from "https://dotland.deno.dev/x/pg_mem@3.0.2/index.ts";

Methods

executeAll(): QueryResult

Executes all statements

iterate(): IterableIterator<QueryResult>

Progressively executes a query that contains multiple statements, yielding results until the end of enumeration (or an exception)