Skip to content

hetchr/hasql-resource-pool

 
 

Repository files navigation

hasql-resource-pool

This is a fork of hasql-pool that continues using resource-pool for the underlying pool implementation.

The fork is based on 0.5.2.2 release (as the latest original implementation based on resource-pool), and it includes the following API and layout changes:

  • Connections are based on settings with IO actions. This change to the API makes the library usable with the custom authentication methods such as AWS RDS IAM tokens.
  • Pool interface allows for specifying IO observer actions. These actions are useful for collecting and tracking various pool metrics with tools like Prometheus.
  • No reliance on Stack tooling.

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 67.0%
  • Nix 17.0%
  • Makefile 16.0%