I am working on a SF2 project and I need to manage multi-tenant databases. For example, when one user signup for the plan, I need to create new database for that use like [USER_NAME]_db.
I have searched a bit but I come across are how to manage dynamic database connection.
Please suggest me a way around for achieving the solution.
Not including search URL or other code snippet does not mean I have not done researched on this topic. In fact after Googling for more than 2hrs I have posted the comment.