Database Application Deployment

Create and deploy standalone database application for sharing MATLAB® code with others

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 CompilerPackage MATLAB programs for deployment as standalone applications

Functions

mccCompile MATLAB functions for deployment

Topics

Write Deployable MATLAB Code (MATLAB Compiler)

Writing 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.