Skip to main content
Module

x/pg_mem/interfaces-private.ts>QueryResult

An in memory postgres DB instance for your unit tests
Latest
interface QueryResult
Re-export
import { type QueryResult } from "https://deno.land/x/pg_mem@2.8.1/interfaces-private.ts";

Properties

command: string

Last command that has been executed

rowCount: number
fields: Array<FieldInfo>
rows: any[]
location: NodeLocation

Location of the last ";" prior to this statement