sails-hook-sequelize
sails-hook-sequelize copied to clipboard
Support Sequelize 6
Any plan to support Sequelize 6? Sequelize 7 is in preparation 🤓
Seems that current tests don't break for sequelize v6 :) that's great!
Hello @KSDaemon,
The latest release still uses the continuation-local-storage package, although Sequelize v6 requires using the cls-hooked package.
There is a commit with the right package which has been merged into master, but it hasn't been included in v2.0.0.
Can you create a release including this commit please?
Sure! thnx for pinging! Done! Published v2.0.1
So I think we can close this one as done :) Feel free to reopen if I am wrong.