Getting Started

⚙️ Setup & Configuration :

Most of documentation pertaining to general configuration for sqler-mdb can be found in the sqler manual.

The following modules versions are required when using sqler-mdb for MariaDB and/or MySQL:

{
  "sqler": "^9.0.0",
  "mariadb": "^2.5.3"
}

Install the required modules:

npm install sqler
npm install sqler-mdb
npm install mariadb

Connection and execution option extensions can be found under the API docs for globals.

💡 MariaDB and/or MySQL Usage


3.1.1 (2021-08-20)

Full Changelog

Features: