Transaction Types and Usage
Working with database transactions in Query Builder
TransactionCallback
Function type for executing operations within a transaction.
TransactionResponse
Object passed to transaction callbacks with the transaction instance and afterCommit hook.
AfterCommitCallback
Function to be executed after a transaction is successfully committed.