Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pg_mem/interfaces.ts>QueryResult

An in memory postgres DB instance for your unit tests
Go to Latest
interface QueryResult
import { type QueryResult } from "https://deno.land/x/pg_mem@2.6.13/interfaces.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