Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pg_mem/transaction.ts>Transaction#getTransient

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

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

Parameters

identity: symbol