SQL Definitions
SQL Definitions can be exported and referenced in other Space and Time applications
Creates SQL artifacts in schemas/<schema>/sql/dql
, schemas/<schema>/sql/ddl
, and schemas/<schema>/sql/dml
npx hardhat sxt-utils:saveTableDDL --schema <schema> --businessobject ToDo
npx hardhat sxt-utils:saveTableDML --schema <schema> --businessobject ToDo
npx hardhat sxt-utils:saveTableDQL --schema <schema> --businessobject ToDo
or reference individual tables using table
npx hardhat sxt-utils:saveTableDQL --schema <schema> --table tasks
Updated 8 months ago
What’s Next