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