Multi DB schema tenancy

What is the feature?

It would be nice to have a switch somewhere in the interface to switch DB schema (postgres). My use case is that i am creating a schema for each client (potentially at some point it will be another database). All the schemas are the same, and updates are applied to all of them. I just want to make sure that when i am selecting a schema in forest admin ui - the db connection in agent is switched to this schema dynamically.

What problem does this solve for you?

With this implemented i will be able to manage the data of my multi-tenant saas application where all the schemas are identical structurally,

Who else would be using this feature?

People with multi-tenant setups like me