1

Current version of Sequelizejs is 4.0.0-0. And its docs has nothing about ExpressJS integration.

However virsion 1.7.0 has some tutorial about how to use Sequelizejs with ExpressJS http://docs.sequelizejs.com/en/1.7.0/articles/express/

Does current 4.0.0-0 version support ExpressJS? Where may I find best practices of integration?

Green
  • 28,742
  • 61
  • 158
  • 247

1 Answers1

1

The article you referenced is still valid today. It works fine with Sequelize 4 which we use on a daily basis.

Further references

There is a working github example for integrating Sequelize into express.

Also, there is another stackoverflow question giving a fabulous explanation of integrating the two.

Community
  • 1
  • 1
Steffen Langer
  • 1,141
  • 1
  • 12
  • 16