Msavepoint
Bun

method

TransactionSQL.savepoint

name: string,
fn: SQLSavepointContextCallback<T>
): Promise<T>;

Creates a savepoint within the current transaction

fn: SQLSavepointContextCallback<T>
): Promise<T>;