Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pg_mem/datatypes/index.ts>reconciliateTypes

An in memory postgres DB instance for your unit tests
Latest
function reconciliateTypes
import { reconciliateTypes } from "https://deno.land/x/pg_mem@3.0.2/datatypes/index.ts";

Finds a common type by implicit conversion

Parameters

values: IValue[]
optional
nullIfNoMatch: false

Parameters

values: IValue[]
nullIfNoMatch: true

Parameters

values: IValue[]
optional
nullIfNoMatch: boolean