MariaDB Connector/Node.js with Promise API
This page is part of MariaDB's Documentation.
The parent of this page is: MariaDB Connector/Node.js
Overview
Node.js developers can connect to MariaDB database products using MariaDB Connector/Node.js with the Promise API.
This page discusses how to use MariaDB Connector/Node.js with the Promise API.
For information on how to use MariaDB Connector/Node.js with the Callback API, see MariaDB Connector/Node.js with Callback API.
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 |
Resources
DDL (ALTER TABLE, TRUNCATE TABLE)
Development with MariaDB Connector/Node.js (Promise API) (exception handling)
DML (SELECT, INSERT, UPDATE, DELETE)