Skip to content

Commit 1e4fed0

Browse files
authored
Update link to pg-connection-string (#117)
1 parent 086812d commit 1e4fed0

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
@@ -136,7 +136,7 @@ client = new Client({
136136

137137
## Connection URI
138138

139-
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).
139+
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).
140140

141141
```js
142142
const { Pool, Client } = require('pg')

0 commit comments

Comments
 (0)