MySQL Enterprise Stored Programs

MySQL is natural choice for JavaScript developers who need persistent storage. JavaScript stored programs enable DBAs and developers to build richer, modern, more powerful apps within the MySQL Server. Developers can express complex programming logic directly inside the MySQL Server, minimizing data movement between the database server and applications.

There are many benefits to writing stored programs in JavaScript, instead of SQL:

With support for JavaScript stored programs, developers can use the world’s most popular development language, and take advantage of the extensive JavaScript ecosystem of tools and libraries.

Additional Resources