We've had several developers asking how to run the same Apps against different databases depending on who the user is.

This is what "tenancies" are all about.

In order to simplify this I will be adding another field to the system!sysroles table called "database". When a user authenticates if this field in not empty then the specified database will be used rather than the default one that you have specified for the App.

This provides the ability to run the exact same Apps against different databases; e.g. one for each "company" that uses your App in the Cloud.

I will try and make this available in the final release of v1.3.

Full "tenancy" support will be added in v1.4.