Hello all,
Is there support on multi-tenant?
this means that on the same app logic we have tenants that limiting the database access to only rows belongs to the tenant
Also we need the ability to browse tenants and select current
Multi-tenancy is achieved through multiple applications. Specifically, each tenant is an independent instance of NocoBase with an independent database.
What if we want the same DB and separate by tenant column
This method is not supported. You need to implement it yourself.