Skip to content

Commit e100d85

Browse files
committed
Reference forked pg-pool
1 parent 48f0505 commit e100d85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/factory.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* README.md file in the root directory of this source tree.
88
*/
99

10-
var util = require('util')
11-
var defaults = require('./defaults')
12-
var Connection = require('./connection')
13-
var Pool = require('pg-pool')
10+
const util = require('util')
11+
const defaults = require('./defaults')
12+
const Connection = require('./connection')
13+
const Pool = require('@micburks/pg-pool')
1414

1515
const poolFactory = (Client) => {
1616
var BoundPool = function (options) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
],
2323
"main": "./lib",
2424
"dependencies": {
25+
"@micburks/pg-pool": "^3.0.0",
2526
"buffer-writer": "2.0.0",
2627
"packet-reader": "1.0.0",
2728
"pg-connection-string": "0.1.3",
28-
"pg-pool": "^2.0.4",
2929
"pg-types": "~2.0.0",
3030
"pgpass": "1.x",
3131
"semver": "4.3.2"

0 commit comments

Comments
 (0)