Overview of Built-in JavaScript Modules

MLE provides a set of built-in JavaScript modules that are available for import in any execution context.

Built-in modules are not deployed to the database as user-defined MLE modules, but are included as part of the MLE runtime. In particular, MLE provides the following three built-in JavaScript modules:

These modules can be used to interact with the database and provide type conversions between the JavaScript engine and database engine.

See Also: Server-Side JavaScript API Documentation for more information about the built-in JavaScript modules