-2
Hello, good afternoon.
I’m dealing with a project that will work as a service, the client has some knowledge in IT and requested that users can select the database when logging in, for example:
On the login screen besides the user and password, there would be a dropdown with the list of companies, when I went to log in I would pick company X and everything I did would be stored in company X database. When company Y user logs in it would be the same way so that same application connects to N databases.
the reason is that in addition to providing service it will give daily backups to customers and will also give access to the bank.
My question is: Is it possible to do this with Nodejs? is it feasible from a performance point of view? (taking into account that it would be a single instance of the application running)
Thank you very much, Arthur. I was having difficulty even to research, I did not know very well nor how to do the search, his answer helped to open my rsrs horizons. It is an apparently simple solution to implement and solves the problem well. Again thank you very much!
– cpereira