⚙️ Setup & Configuration :
Most of documentation pertaining to general configuration for
sqler-postgres
can be found in thesqler
manual.
The following modules versions are required when using sqler-postgres
for PostgreSQL:
{
"sqler": "^7.0.0",
"pg": "^8.5.1"
}
Install the required modules:
npm install sqler
npm install sqler-postgres
npm install pg
Connection and execution option extensions can be found under the API docs for globals.