OptionalbenchmarkPass query execution time in milliseconds as second argument to logging function (options.logging).
OptionalconstraintSets the constraints to be deferred or immediately checked. PostgreSQL only
OptionalisolationSets the isolation level of the transaction.
OptionalloggingA function that gets executed while running the query to log the sql.
OptionalreadWhether this transaction will only be used to read data. Used to determine whether sequelize is allowed to use a read replication server.
OptionaltransactionParent transaction. Will be retrieved from CLS automatically if not provided or if null.
OptionaltypeSets the type of the transaction. Sqlite only
Options provided when the transaction is created