Skip to content

Commit 33da4f6

Browse files
committed
Update link to pg-connection-string
1 parent 40393b8 commit 33da4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/features/1-connecting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ client = new Client({
106106

107107
## Connection URI
108108

109-
You can initialize both a pool and a client with a connection string URI as well. This is common in environments like Heroku where the database connection string is supplied to your application dyno through an environment variable. Connection string parsing brought to you by [pg-connection-string](https://github.com/iceddev/pg-connection-string).
109+
You can initialize both a pool and a client with a connection string URI as well. This is common in environments like Heroku where the database connection string is supplied to your application dyno through an environment variable. Connection string parsing brought to you by [pg-connection-string](https://github.com/brianc/node-postgres/tree/master/packages/pg-connection-string).
110110

111111
```js
112112
const { Pool, Client } = require('pg')

0 commit comments

Comments
 (0)