Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method postgres.Transaction.prototype.getSavepoint
import { postgres } from "https://deno.land/x/miranda@0.0.6/src/deps.ts";
const { Transaction } = postgres;

This method will search for the provided savepoint name and return a reference to the requested savepoint, otherwise it will return undefined

Parameters

name: string

Returns

Savepoint | undefined