MariaDB Sample Apps

MariaDB Sample Apps

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