Skip to main content
Module

x/postgres/mod.ts>Transaction#getSavepoints

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
method Transaction.prototype.getSavepoints
import { Transaction } from "https://deno.land/x/postgres@v0.16.1/mod.ts";

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

Returns

string[]