Getting Started

⚙️ Setup & Configuration :

Most of documentation pertaining to general configuration for sqler-postgres can be found in the sqler 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.

💡 PostgreSQL


2.0.0 (2021-02-25)

Full Changelog

Features: