Database Application Deployment
Using MATLAB Compiler™, you can write deployable code and compile a standalone application. Then, you can deploy the application to other machines.
Write a MATLAB script using Database Toolbox™ functionality. Then, compile a standalone database application
using the Application Compiler app or the
mcc
function. Deploy the standalone database
application to other machines. For details about creating standalone
applications, see Standalone Applications (MATLAB Compiler).
You can compile standalone database applications only for relational databases and the MATLAB interface to Neo4j®.
Apps
Application Compiler | Package MATLAB programs for deployment as standalone applications |
Functions
mcc | Compile MATLAB functions for deployment |
Topics
- Write Deployable MATLAB Code (MATLAB Compiler)
Write flexible MATLAB code that can be packaged and deployed.
- Deploy Relational Database Application with MATLAB Compiler
Write a MATLAB script that connects to a relational database and deploy the script as a standalone database application to other machines.
- Deploy Graph Database Application with MATLAB Compiler
Write a MATLAB script that connects to a Neo4j database and deploy the script as a standalone database application to other machines.