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

This method will list you all of the active savepoints in this transaction

Returns

string[]