Description
A Haskell connection pool library for Hasql. It helps applications reuse PostgreSQL connections efficiently instead of opening a new connection for every database operation.
Developers use it in web services, workers, and tools with repeated database access. Pool size, timeouts, transaction boundaries, and connection cleanup should be tuned for the workload.