import { type _Transaction } from "https://deno.land/x/pg_mem@3.0.3/interfaces-private.ts";
Methods
fork(): _Transaction
Create a new transaction within this transaction
commit(): _Transaction
Commit this transaction (returns the parent transaction)
fullCommit(): _Transaction
Commits this transaction and all underlying transactions
rollback(): _Transaction
getMap<T extends ImMap<any, any>>(identity: symbol): T
getSet<T>(identity: symbol): ImSet<T>
Get transient data, which will only exist within the scope of the current statement
Set transient data, which will only exist within the scope of the current statement