Msavepoint
Bun

method

TransactionSQL.savepoint

name: string,
): Promise<any>;

Creates a savepoint within the current transaction

Referenced types

type SQLSavepointContextCallback = (sql: SavepointSQL) => Promise<any> | SQLQuery[]

Callback function type for savepoint contexts