Connector/Node.js 2.1.3 Release Notes
Notable Changes
const mariadb = require('mariadb');
mariadb.createConnection({host: 'mydb.com', user: 'myUser', password: ['myPwd', 'myAuthToken']})
.then(conn => {
...
})
.catch(err => {
...
});Misc
Last updated
Was this helpful?

