Scriptcase for multi-tenant applications

Not user as is, but a discriminatory field. Maybe you need multiple users connecting to the same database.

This is a VERY interesting discussion. I was wondering if anyone has used SC to a host a SaaS product successfully?

Scriptcase can be a powerful tool for developing web applications, but it has limitations when it comes to creating multi-tenant (SaaS) applications. While Scriptcase excels in rapid development and ease of use, it does not natively support multi-tenancy out of the box. To handle multi-tenant needs, developers often implement custom solutions, such as using separate databases or schemas for each tenant, or incorporating tenant identification logic in the application layer. For more information on handling multiple tenants, you can refer to this blogpost. These approaches require additional planning and coding to ensure data isolation, security, and scalability.