Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
/ pool Public archive
forked from bos/pool

A high-performance striped resource pooling implementation for Haskell

License

Notifications You must be signed in to change notification settings

hasura/pool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New location

This library has been moved into the git repository for GraphQL Engine, and can now be found here.

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, [email protected].

About

A high-performance striped resource pooling implementation for Haskell

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 100.0%