DML Manager
Manages DML actions over Space and Time
DML actions reference the data/insert
, data/delete
, and data/update
respectively.
Insert/Update/Delete on the specified table(s) in Space and Time
npx hardhat sxt-utils:insertIntoTable --schema <schema> --businessobject ToDo
npx hardhat sxt-utils:deleteFromTable --schema <schema> --businessobject ToDo
npx hardhat sxt-utils:updateTable --schema <schema> --businessobject ToDo
Updated 8 months ago
What’s Next