Module

x/pg_mem/datatypes/index.ts>typeSynonyms

An in memory postgres DB instance for your unit tests
Go to Latest
variable typeSynonyms
import { typeSynonyms } from "https://dotland.deno.dev/x/pg_mem@2.6.13/datatypes/index.ts";

type

{ [key: string]: DataType | { type: DataType; ignoreConfig: boolean; }; }