I want to connect to the Database read replica. From the documentation I found that to connect to a read replica DB, we need to pass ApplicationIntent=ReadOnly in the conncetion string.
I am using Sequelize library to make DB connection(mssql), but I am not getting where I need to pass ApplicationIntent=ReadOnly in the connection using Sequelize (in node js).
