UNPKG

@sap/cds-dk

Version:

Command line client and development toolkit for the SAP Cloud Application Programming Model

5 lines (4 loc) 152 B
exports.deploy = function deploy_to_sql (model, db, options) { options.dialect = 'h2' return require('./to-sql') .deploy (model, db, options) }