Developer Toolkit: How to Build Modern Apps Using Object-Relational Mapping

Improve the development process using ORM

Object-relational mapping (ORM) is the idea of writing queries with a broad amount of complexity, using the object-oriented paradigm of your preferred programming language. In short, it’s a way of interacting with your MariaDB database using an application development language of your choice instead of SQL.

Our developer toolkit will enable you to manipulate data in MariaDB databases through the use of objects that exist in application code. This toolkit includes:

  • Instructions on how to use the ORM library for Node.js, called Sequelize, within an application
  • A step-by-step guide to getting your application running in no time
  • A webinar recording that showcases a live demo on how to integrate ORM libraries into applications
Download the Toolkit