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.