I am having an issue that if Node server application is already running using Sequelize, then Database server has been crashed then it also close node process, how to handle it ?
I also checked on Sequelize repo issue https://github.com/sequelize/sequelize/issues/1854
But error events not implemented yet.
Any idea, Thanks in advance