Resources for JavaScript / Node.js

RESOURCES FOR JAVASCRIPT / NODE.JS

JavaScript developers can connect to and communicate with MariaDB using the Node.js connector

CODE SAMPLES

Introduction to MariaDB and Object-Relational Mapping

Introductory samples and walk-throughs for using Object-Relational Mapping (ORM) libraries with MariaDB connectors.

ORM Library Samples:

MariaDB + NoSQL

Connect to and communicate with a MariaDB database instance using a NoSQL driver and MariaDB MaxScale’s NoSQL Listener. The nosqlprotocol module allows a MariaDB server or cluster to be used as the backend of an application using a MongoDB client library. Internally, all documents are stored in a table containing two columns; an id column for the object id and a doc column for the document itself.

MariaDB + NoSQL

DOCUMENTATION

The official MariaDB documentation provides the most robust and extensive reference material on MariaDB features and capabilities.

Get Started with MariaDB