pgagroal
pgagroal is a high-performance, protocol-native connection pool for PostgreSQL. It is designed to efficiently manage database connections and access control for users and databases.
What it does
pgagroal provides an advanced connection pool implementation for PostgreSQL:
- High-performance pooling with a PostgreSQL protocol-native approach
- Limit connections for users and databases
- Prefill support
- Remove idle connections
- Connection validation
pgagroal is licensed under the 3-Clause BSD license .
Learn more
- Official website and documentation: https://pgagroal.github.io/
- Source code: https://github.com/pgagroal/pgagroal/