I have a Node project which uses MySQL as the backend database. I have set up Sequelize as the ORM and have set up connection pooling in the constructor as below.
<