Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have three processing environments - Dev, Test, Prod. I have upwards of 25 database dbConnections that I need to define. I also have the need to either select or update data in my output dbConnections. To prevent inadvertent changes to data when I really only meant to select from the dbConnection, it appears that I may need 6 context environments, for example Dev Select, Dev Update, ... Is there a way to better utilize the context functions without creating 6 context environments for every dbConnection?