You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a test case where I need to connect simultaneously in two different dbs. Let's say I have a db_A and db_B.
I need to query some data from db_A and then query more data from db_B.
The result needs to be a combination of those queries.
Is there a way where I can modify this config to have 2 dbs instances? If yes, what would be the procedures to open the connection? I believe that the MONGO_URL won't work in that case.
Thanks
The text was updated successfully, but these errors were encountered:
Hi everyone,
I have a test case where I need to connect simultaneously in two different dbs. Let's say I have a db_A and db_B.
I need to query some data from db_A and then query more data from db_B.
The result needs to be a combination of those queries.
My jest MongoDB config is as follows:
Is there a way where I can modify this config to have 2 dbs instances? If yes, what would be the procedures to open the connection? I believe that the MONGO_URL won't work in that case.
Thanks
The text was updated successfully, but these errors were encountered: