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 eabf9c3 commit 6198820Copy full SHA for 6198820
content/api/2-client.mdx
@@ -12,7 +12,7 @@ Every field of the `config` object is entirely optional. A `Client` instance wil
12
```flow
13
config = {
14
user?: string, // default process.env.PGUSER || process.env.USER
15
- password?: string, //default process.env.PGPASSWORD
+ password?: string or function, //default process.env.PGPASSWORD
16
host?: string, // default process.env.PGHOST
17
database?: string, // default process.env.PGDATABASE || process.env.USER
18
port?: number, // default process.env.PGPORT
0 commit comments