We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b5a7c commit 3f76b98Copy full SHA for 3f76b98
lib/index.js
@@ -60,7 +60,7 @@ function Postgres(url, options) {
60
}
61
62
Object.assign(postgres, {
63
- options: Object.assign({}, options, { password: null }),
+ options: Object.assign({}, options, { pass: null }),
64
parameters: {},
65
listen,
66
begin,
0 commit comments