Transactions Managed transaction (auto-callback) Throw errors to rollback Automatically pass transactions to all queries Concurrent/Partial transactions Without CLS enabled Is...
Isolation levels Isolation levels The possible isolations levels to use when starting a transaction: Sequelize . Transaction . ISOLATION_LEVELS . READ_UNCOMMITTED // "READ UN...
Creating with Associations BelongsTo / HasMany / HasOne association BelongsTo association with an alias HasMany / BelongsToMany association Creating with Associations An ins...
Transactions Unmanaged transactions Managed transactions Throw errors to rollback Automatically pass transactions to all queries Concurrent/Partial transactions With CLS enable...
Advanced Concepts Scopes 1:n n:m Creating with associations BelongsTo / HasMany / HasOne association BelongsTo association with an alias HasMany / BelongsToMany association ...