Module

x/pg_mem/transaction.ts>Transaction#getTransient

An in memory postgres DB instance for your unit tests
Go to Latest
method Transaction.prototype.getTransient
import { Transaction } from "https://dotland.deno.dev/x/pg_mem@2.6.3/transaction.ts";

Set transient data, which will only exist within the scope of the current statement

Parameters

identity: symbol