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 b60cf8d commit de56ac6Copy full SHA for de56ac6
content/api/2-client.mdx
@@ -13,6 +13,7 @@ Every field of the `config` object is entirely optional. A `Client` instance wil
13
config = {
14
user?: string, // default process.env.PGUSER || process.env.USER
15
password?: string, //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
19
connectionString?: string, // e.g. postgres://user:password@host:5432/database
0 commit comments