diff --git a/packages/pg-connection-string/index.js b/packages/pg-connection-string/index.js index a005ffa20..c7fc72a36 100644 --- a/packages/pg-connection-string/index.js +++ b/packages/pg-connection-string/index.js @@ -1,9 +1,9 @@ 'use strict' + //Parse method copied from https://github.com/brianc/node-postgres //Copyright (c) 2010-2014 Brian Carlson (brian.m.carlson@gmail.com) //MIT License -const { URL } = require('url') //parses a connection string function parse(str) { //unix socket