A hook that is run after a connection is created
A hook that is run at the end of Sequelize#define and Model.init
Runs after the definition of the model has changed because ModelDefinition#refreshAttributes was called.
A hook that is run after a connection is disconnected
A hook that is run after a find (select) query
A hook that is run after a connection to the pool
Optional
options: AcquireConnectionOptionsA hook that is run at the end of Model.sync
A hook that is run at the start of Sequelize#sync
A hook that is run before a connection is created
A hook that is run at the start of Model.count
A hook that is run at the start of Sequelize#define and Model.init
Runs before the definition of the model changes because ModelDefinition#refreshAttributes was called.
A hook that is run before a connection is disconnected
A hook that is run before a find (select) query
A hook that is run before a find (select) query, after any { include: {all: ...} }
options are expanded
use beforeFind
instead
A hook that is run before a find (select) query, after all option have been normalized
use beforeFind
instead
A hook that is run before a connection to the pool
Optional
options: AcquireConnectionOptionsA hook that is run at the start of Model.sync
A hook that is run at the end of Sequelize#sync