Open lekt9 opened 2 years ago
We haven't tested this against NestJS Sequelize yet. We try to maintain compatibility with a wide range of tools out there however, we aren't able to support all of them due to resourcing constraints. We have a page to keep track of community supported third party tools here. If you happen to give NestJS a spin with our Sequelize module and things work out of the box, we would be happy to include it in the page!
This implementation seems to be broadly incompatible with the entirety of the Sequelize ecosystem as we're expected to create a new instances of this package rather than passing to Sequelize as a dialect. https://sequelize.org/docs/v6/other-topics/dialect-specific-things/
Will this be supported in NestJS sequelize?