JavaScript - mariasql for node.js
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
In benchmarks, mariasql performs much better than libmysqlclient.
The source code is located at github:node-mariasql.
Last updated
Was this helpful?