Skip to content

Commit

Permalink
Fix typo in PgBouncer website URL (#7542)
Browse files Browse the repository at this point in the history
* Fix typo in PgBouncer website URL

* Revert the JSON File for PgBouncer
  • Loading branch information
vishnulinarc authored Oct 20, 2024
1 parent 4a8ddf5 commit a7b40f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

PgBouncer is a lightweight connection pooler for PostgreSQL, designed to reduce the overhead associated with establishing new database connections. It sits between the client and the PostgreSQL server, maintaining a pool of active connections that clients can reuse, thus improving performance and resource utilization. PgBouncer supports multiple pooling modes, including session pooling, transaction pooling, and statement pooling, catering to different use cases and workloads. It is highly configurable, allowing for fine-tuning of connection limits, authentication methods, and other parameters to optimize database access and performance.

- [@official@PgBounder Website](https://www.pgbouncer.org/)
- [@opensource@pgbounder/pgbouncer](https://github.com/pgbouncer/pgbouncer)
- [@official@PgBouncer Website](https://www.pgbouncer.org/)
- [@opensource@pgbouncer/pgbouncer](https://github.com/pgbouncer/pgbouncer)

0 comments on commit a7b40f0

Please sign in to comment.