Closed
Description
Documentation states you can import the Pool class using import { Pool } from 'pg'
. However, this is wrong. As of now, you must use import pg from 'pg'
and then const { Pool } = pg
.
Metadata
Metadata
Assignees
Labels
No labels