7 APEXlang Support in SQLcl
APEXlang is a domain-specific language used to define Oracle APEX applications as source files. It enables you to manage APEX applications as code, supporting version control, validation, and automated deployment workflows. For more information, see APEXlang in the Oracle APEX documentation.
SQLcl supports APEXlang with a set of commands that support the full application lifecycle, including generation, export, validation, and import.
APEXlang commands are used to create and manage application source files.
These files can be included into a SQLcl project, where Projects
commands are used to organize, package, and deploy the application as part of a larger
database project.
Topics: