Module

x/pg_mem/mod.ts>QueryResult

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