A node.js binding to MariaDB's non-blocking (MySQL-compatible) client library
mariasql is a node.js binding to the non-blocking client library provided with MariaDB. It is compatible with MySQL.
This binding is different from other libmysqlclient bindings in that it uses the non-blocking functions available in MariaDB's client library.
Install it with the npm
package installer:
npm install mariasql
The source code is located at github:node-mariasql.
References