Module

x/pg_mem/interfaces-private.ts>TableRecordDef

An in memory postgres DB instance for your unit tests
Go to Latest
interface TableRecordDef
import { type TableRecordDef } from "https://dotland.deno.dev/x/pg_mem@2.6.3/interfaces-private.ts";

Properties

optional
hasPrimary: boolean
optional
readonly: boolean
optional
hidden: boolean
optional
name: string
optional
dataId: symbol
serials: ImMap<string, number>
it: number
indexByHash: ImMap<string, _IIndex<T>>
indexByName: ImMap<string, _IIndex<T>>
columnsByName: ImMap<string, CR<T>>