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