mariasql for node.js

You are viewing an old version of this article. View the current version here.

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.

You can use it with the npm package installer: npm install mariasql

In benchmarks, mariasql performs much better than libmysqlclient.

The source code is located at github:node-mariasql.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.