Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pg_mem/interfaces-private.ts>IBoundQuery

An in memory postgres DB instance for your unit tests
Latest
interface IBoundQuery
Re-export
import { type IBoundQuery } from "https://deno.land/x/pg_mem@3.0.3/interfaces-private.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)