Optional
benchmarkPass query execution time in milliseconds as second argument to logging function (options.logging).
Optional
constraintSets the constraints to be deferred or immediately checked. PostgreSQL only
Optional
isolationSets the isolation level of the transaction.
Optional
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
typeSets the type of the transaction. Sqlite only
Options accepted by Sequelize#transaction.