graphql-engine/server/lib/resource-pool
Tom Harding e0c0043e76 Upgrade Ormolu to 0.7.0.0
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9284
GitOrigin-RevId: 2f2cf2ad01900a54e4bdb970205ac0ef313c7e00
2023-05-24 13:53:53 +00:00
..
Data Upgrade Ormolu to 0.7.0.0 2023-05-24 13:53:53 +00:00
test server: Make HLint pass, by hook or by crook. 2023-04-25 14:03:02 +00:00
.hgignore [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
.hgtags [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
LICENSE [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
README.markdown [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
resource-pool.cabal [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
Setup.lhs [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00

Hasura fork

This is a fork of the package resource-pool with the following changes:

  • createPool' allows setting a timeout on resource acquisition.
  • getInUseResourceCount counts the number of resources in use.

Welcome to pool

pool is a fast Haskell library for managing medium-lifetime pooled resources, such as database connections.

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/bos/pool.git

There's also a Mercurial mirror:

  • hg clone http://bitbucket.org/bos/pool

(You can create and contribute changes using either git or Mercurial.)

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.