We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef24134 commit 95655feCopy full SHA for 95655fe
packages/pg-connection-string/index.js
@@ -1,9 +1,9 @@
1
'use strict'
2
+
3
//Parse method copied from https://github.com/brianc/node-postgres
4
//Copyright (c) 2010-2014 Brian Carlson (brian.m.carlson@gmail.com)
5
//MIT License
6
-const { URL } = require('url')
7
//parses a connection string
8
function parse(str) {
9
//unix socket
0 commit comments