MariaDB Connector/Node.js
This page is part of MariaDB's Documentation.
The parent of this page is: MariaDB Connectors
Topics on this page:
Overview
Node.js developers can connect to MariaDB database products through a native MariaDB Connector. Using MariaDB Connector/Node.js you can connect to MariaDB database products to use and administer databases from within your Node.js application.
Connector | MariaDB Connector/Node.js |
---|---|
Supported Versions | |
Programming Language | JavaScript |
Programming Language Version |
|
API | Promise API
Callback API
|
Supports TLS | Yes |
Supports Connection Pools | Yes |
License | GNU Lesser General Public License v2.1 |
API-Specific Documentation
MariaDB Connector/Node.js is available through two distinct API's: Promise and Callback.
The Promise API is an asynchronous API that is based on | |
The Callback API is an asynchronous API that is based on the traditional callback functions
and can be used to connect using MariaDB Connector/Node.js from within your Node.js application. Callback API additionally provides compatibility with the |