⚙️ Setup & Configuration :
Most of documentation pertaining to general configuration for
sqler-oracle
can be found in thesqler
manual.
Follow the installation instructions for oracledb
or use the Dockerfile.ci
for inspiration.
The following modules versions are required when using sqler-oracle
for the Oracle database (including the FREE Oracle XE (Express Edition)):
{
"sqler": "^9.0.0",
"oracledb": "^5.2.0"
}
Install the required modules:
npm install sqler
npm install sqler-oracle
npm install oracledb
Connection and execution option extensions can be found under the API docs for globals.