Skip to main content
Module

x/pg_mem/utils.ts>fromEntries

An in memory postgres DB instance for your unit tests
Go to Latest
function fromEntries
import { fromEntries } from "https://deno.land/x/pg_mem@2.6.3/utils.ts";

Parameters

iterable: [K, V][]

Returns

Map<K, V>