Team
I'd like to my application to be able to connect to 2 different databases.
for test environment (from TEST branch)
for production environment (from MAIN branch)
Is such scenario possible with use of main.dar??
I know that alternatively I can always work via github building everything on my local laptop... but that requires more hassle but with low code I expect low devops ;)