TSQLTransactionContextCallback
Bun

type

SQLTransactionContextCallback

type SQLTransactionContextCallback = (sql: TransactionSQL) => Promise<any> | SQLQuery[]

Callback function type for transaction contexts