Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changes as per Review.
  • Loading branch information
HarshDaryani896 authored Jan 18, 2023
1 parent 2d117fd commit c977487
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ To specify Refresh Interval, use the parameter `ybServersRefreshInterval` in the
```
"postgres://username:password@localhost:5433/database_name?ybServersRefreshInterval=X&loadBalance=true&topologyKeys=cloud1.region1.*:1,cloud1.region2.*:2";
```
Here, X is the value of the refresh interval (seconds) in integer.

To know more visit the [docs page](https://docs.yugabyte.com/preview/drivers-orms/).

For a working example which demonstrates the configurations of connection load balancing see the [driver-examples](https://github.com/yugabyte/driver-examples/tree/main/go/pgx) repository.
For a working example which demonstrates the configurations of connection load balancing see the [driver-examples](https://github.com/yugabyte/driver-examples/tree/main/nodejs) repository.

Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.

Expand Down

0 comments on commit c977487

Please sign in to comment.