File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1515const poolFactory = ( Client ) => {
1616 var BoundPool = function ( options ) {
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments