MariaDB java connector

MariaDB node.js connector is 100% javascript and mysql compatible driver, used to connect applications developed in Java to MariaDB and MySQL databases. MariaDB Connector/J is LGPL licensed.

Extended documentation of API : Complete documentation

Status

Linux Build Windows status License (LGPL version 2.1)

Benchmarks

Goal is to best the actual most performant driver mariasql that is a C driver, and not maintained. But a C driver with a javascript wrapper has some inherent issues : must be compiled and mostly, this wrapping of all data result in loss of performance for big resultset.

//TODO make benchmark when version is out, with

  • mysql and mysql2 (because the most popular)
  • mariasql (because the actual more performant)

explain why good perfs compared to existing drivers (avoiding string concatenation, buffer are send are binary, not hexa string, ...)

Obtaining the driver

Driver is compatible with node 4+.

The driver can be install using npm :

npm install <NPM NAME> --save

Documentation

For a Getting started guide, API docs, recipes, etc. see the

Contributing

To get started with a development installation and learn more about contributing, please follow the instructions at our Developers Guide.

Tracker link https://jira.mariadb.org/projects/CONJS/issues/

Description
MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. MariaDB Connector/Node.js is LGPL licensed.
Readme LGPL-2.1 6.1 MiB
Languages
JavaScript 99.2%
TypeScript 0.8%