Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

SCRAM authentication requires libpq version 10 or above #120

@cesco69

Description

@cesco69

On Window 11 with Node.JS 20 and PostgreSQL 15.1:

import { native } from 'pg';
const pool = new native.Pool({ .. });
pool.connect();

Error

SCRAM authentication requires libpq version 10 or above

library version

{
  "pg": "^8.11.3",
  "pg-native": "^3.0.1"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions