Msavepoint
Bun

method

TransactionSQL.savepoint

name: string,
): Promise<T>;

Creates a savepoint within the current transaction

): Promise<T>;

Referenced types

type SavepointContextCallback<T> = ContextCallback<T, SavepointSQL>

Callback function type for savepoint contexts