You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
DISCLAIMER: This is alpha quality software at the moment. It is notrecommended for production use (yet). Some API design decisions mightsignificantly change too.
How to compile and run
Install the Rust toolchain
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Configure Rust for more speedy compilation (optional)
See [CONTRIBUTING.md][https://github.com/pgbouncer/pg_pgbouncer/blob/main/README.md] for details
Add extension to shared_preload_libraries and build & install the extension
You can either choose to let pgrx to create a new database cluster for you and install pg_pgbouncerextension there, or you can choose to install pg_pgbouncer extension to your existing database cluster.