Getting Started With the Node.js Connector
The MariaDB Node.js Connector is available through the Node.js repositories. You can install it using npm: $ npm install mariadb Using ECMAScript, prior to 2017: const mariadb = require(‘mariadb’); const pool = mariadb.createPool({ host:...