multitenancy

Installation
SKILL.md

Multitenancy — CAP Best Practices

Primary reference: https://cap.cloud.sap/docs/guides/multitenancy/ MTX Services: https://cap.cloud.sap/docs/guides/multitenancy/mtxs

Setup with @sap/cds-mtxs (built-in MTX, recommended)

npm install @sap/cds-mtxs

CDS 10: @sap/cds-mtxs is now v4.x. The old @sap/cds-mtx package and the cds migrate migration command have been removed — if you haven't migrated yet, use an older @sap/cds-mtxs v3.x to perform the migration first, then upgrade to v4.

npm install @sap/cds-mtxs  # installs v4.x with CDS 10
Installs
6
GitHub Stars
6
First Seen
Aug 4, 2026
multitenancy — dankromp/skilloverflow