Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/pg_mem@2.6.13/transaction.ts";

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

Parameters

identity: symbol