pgbouncer
pgbouncer 1.25.2
Lightweight connection pooler for PostgreSQL
https://www.pgbouncer.org/ISC License
main program: pgbouncerprograms: pgbouncer
Maintainers
Platforms (79)
arm-nonepowerpc64-linuxi686-genodei686-freebsdi686-openbsdi686-netbsdi686-windowsarmv7l-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ pgbouncer ];
Ad-hoc shell
nix-shell -p pgbouncer
Flake (nix run)
nix run nixpkgs#pgbouncer