Adrian Khoo

Results 1 comments of Adrian Khoo

I was able to fetch configuration asynchronously by using Sequelize's `beforeConnect` Connection Hook: https://sequelize.org/master/manual/hooks.html Here's an example of how I set up my Sequelize connection: ```` sequelize.beforeConnect(async (config) => {...