Hooks Hooks Hooks (also known as lifecycle events), are functions which are called before and after calls in sequelize are executed. For example, if you want to always set a va...
Definition Usage Merging Associations Definition Scoping allows you to define commonly used queries that you can easily use later. Scopes can include all the same attribute...
Associations Associations Sequelize has two different but related scope concepts in relation to associations. The difference is subtle but important: Association scopes Allo...
Known Incompatibility Issues with Third-Party Tools General incompatibility SELECT CONNECTION_ID() returns a 64-bit integer in TiDB TiDB does not maintain Com_* counters TiDB d...
Unmanaged transaction (then-callback) Unmanaged transaction (then-callback) Unmanaged transactions force you to manually rollback or commit the transaction. If you don't do tha...
Table Hint Table Hint tableHint can be used to optionally pass a table hint when using mssql. The hint must be a value from Sequelize.TableHints and should only be used when ...