We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d735385 commit d42770aCopy full SHA for d42770a
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