dkr8toha

Results 1 comments of dkr8toha

The thing here is (at least in v6) that the Model stores the sequelize instance in a static field at class level (look into model.js): ```js get sequelize() { return...