A collection of code samples that demonstrate the process of quickly getting started with Sequelize, a promise-based Node.js object-relational mapping (ORM) library, to connect to and communicate with a MariaDB using the MariaDB Node.js connector.
Samples include examples on how to:
- Configure a Node.js application to connect to and communicate with MariaDB
- Manage data stored within a MariaDB database using JavaScript models
- Set up model associations