We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d735385 + d42770a commit 36d50ecCopy full SHA for 36d50ec
README.md
@@ -13,6 +13,8 @@ npm i pg-pool pg
13
to use pg-pool you must first create an instance of a pool
14
15
```js
16
+const Pool = require('pg-pool')
17
+
18
//by default the pool uses the same
19
//configuration as whatever `pg` version you have installed
20
const pool = new Pool()
0 commit comments