MariaDB Connector/Node.js with Callback 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 Callback API.
This page discusses how to use MariaDB Connector/Node.js with the Callback API.
For information on how to use MariaDB Connector/Node.js with the Promise API, see MariaDB Connector/Node.js with Promise 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 (CREATE TABLE, ALTER TABLE, TRUNCATE TABLE)
Development with MariaDB Connector/Node.js (Callback API) (exception handling)
DML (SELECT, INSERT, UPDATE, DELETE)