Creates a savepoint within the current transaction
Symbol
TransactionSQL.savepoint
Referenced types
type SQLSavepointContextCallback = (sql: SavepointSQL) => Promise<any> | SQLQuery[]
Callback function type for savepoint contexts
Symbol
Creates a savepoint within the current transaction
Callback function type for savepoint contexts