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

x/pg_mem/interfaces-private.ts>CreateIndexDef

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

Properties

optional
ifNotExists: boolean
optional
indexName: string
optional
unique: boolean
optional
notNull: boolean
optional
primary: boolean
optional
predicate: IValue