Lets say I've got multiple clients and few of them would like to connect their databases in order to get some data. Now they will store their credentials in the common database. When hitting some specific set of APIs I want to use those credentials to switch the databases and send data back to front-end. How can I achieve this ? Use case - Like in tableau we can connect our database and get data from it, I want to connect to a different database and fetch data from there
Asked
Active
Viewed 50 times
0
-
Does this answer your question? [Mongoose and multiple database in single node.js project](https://stackoverflow.com/questions/19474712/mongoose-and-multiple-database-in-single-node-js-project) – whoami - fakeFaceTrueSoul Apr 09 '20 at 06:51
-
1It does indeed.Thank you so much @whoami – Siddhant Shah Apr 12 '20 at 17:37