Optional
benchmarkPass query execution time in milliseconds as second argument to logging function (options.logging).
Optional
constraintOptional
isolationOptional
loggingA function that gets executed while running the query to log the sql.
Optional
timing: numberOptional
nestHow the transaction block should behave if a parent transaction block exists.
Optional
readWhether this transaction will only be used to read data. Used to determine whether sequelize is allowed to use a read replication server.
Optional
transactionParent transaction. Will be retrieved from CLS automatically if not provided or if null.
Optional
typeGenerated using TypeDoc
Options accepted by Sequelize#transaction.