Closed markelog closed 8 years ago
Do i understand this correctly - every router creates their own instance of sequelize and new connection to database?
No, due to node module cache only single instance is created. Next time require will reuse same instance
require
Do i understand this correctly - every router creates their own instance of sequelize and new connection to database?