⚙️ Setup & Configuration :
Most of documentation pertaining to general configuration for
sqler-mssql
can be found in thesqler
manual.
The following modules versions are required when using sqler-mssql
for SQL Server:
{
"sqler": "^7.2.1",
"mssql": "^7.0.0"
}
Install the required modules:
npm install sqler
npm install sqler-mssql
npm install mssql
Connection and execution option extensions can be found under the API docs for globals.
ℹ️ : In order to maintain consistency across database vendors, all MSSQL bind parameters should be in the format
:<MY_BIND_VAR>
(e.g.:myBindVarName
)