Isolates tenants by assigning each a separate database schema.
The default schema prefix is 'tenant_', configurable at construction.
Implements the 'schema' arm of ITenantIsolationStrategy.
readonly
kind: "schema"
resolveSchema(tenantId: string): string
Derive the schema name for a tenant id.