Issue Description
When using node 14, sequelize connection to postresql database hangs because lib/connection.js fails to emit event with this.emit('connect'), a function derived from nodejs core events library.
Workaround
Downgrade to node 12.
Proposed solution
(Eventually) upgrade lib/connection.js to support node 14
Issue Description
When using node
14, sequelize connection to postresql database hangs becauselib/connection.jsfails to emit event withthis.emit('connect'), a function derived from nodejs coreeventslibrary.Workaround
Downgrade to node
12.Proposed solution
(Eventually) upgrade
lib/connection.jsto support node14