Skip to content

Commit a0759d2

Browse files
committed
Update readme. Remove reference to node-pool as it is no longer used
1 parent 7472fbd commit a0759d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/pg-pool/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ const pool = new Pool()
2525

2626
// you can pass properties to the pool
2727
// these properties are passed unchanged to both the node-postgres Client constructor
28-
// and the node-pool (https://github.com/coopernurse/node-pool) constructor
29-
// allowing you to fully configure the behavior of both
28+
// and the pool constructor, allowing you to fully configure the behavior of both
3029
const pool2 = new Pool({
3130
database: 'postgres',
3231
user: 'brianc',

0 commit comments

Comments
 (0)