Skip to content

Commit

Permalink
Update pg-connection-string url in connecting.mdx (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Jul 7, 2023
1 parent 8d211e2 commit 970804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/features/connecting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ client = new Client({

## Connection URI

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).
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).

```js
import { Pool, Client } from 'pg'
Expand Down

0 comments on commit 970804b

Please sign in to comment.