Sean Cantwell

Results 1 issues of Sean Cantwell

[Documentation](https://node-postgres.com/apis/pool) 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...