lyquocnam / fastify-sequelize

Fastity plugin work with Sequelize (adapter for NodeJS -> Sqlite, Mysql, Mssql, Posgres)
23 stars 12 forks source link

Moved sequelize to peerDependencies to fix incompatibility with upstream mssql tedious dialectModule #9

Closed smukkejohan closed 5 years ago

smukkejohan commented 5 years ago

Fixes issues reported here https://github.com/sequelize/sequelize/issues/11179 I mistakenly thought this was an issue in sequelize but realized fastify-sequelize was not using the latest version - and issue is fixed upstream.

yuriploc commented 5 years ago

@lyquocnam Any plans to merge here?