Database deployment and migrations for SAP CAP models supporting non-HANA relational databases. Current stable version is 0.0.4. It extends @sap/cds with Liquibase-based CLI commands (deploy, load, diff, drop) and a custom build task for SAP BTP Cloud Foundry. Key differentiators: enables CAP on PostgreSQL via cds-pg adapter, automated delta deployments using zero-downtime schema cloning. Release cadence is low (single patch).
npm install vs-cds-dbmVerified import paths — ran on the pinned version, not inferred.
Installs cds-dbm, adds required migration config to package.json, runs deploy command.
Install Java 8+ and ensure java is on PATH
Use exactly 'public' for default, '_cdsdbm_clone' for clone, '_cdsdbm_ref' for reference
Ensure cds-pg (or compatible adapter) is installed and configured
Test migrations on a development copy first; check Liquibase compatibility
Run 'npm install cds-dbm' and use 'import { deploy } from 'cds-dbm/commands''Install JRE >= 8 and ensure 'java' command works in terminal
Add the required migrations configuration as shown in the README
Set environment variables for DB connection (e.g., DATABASE_URL) and install database adapter