facebook/Haxl

Haxl is a Haskell library that simplifies access to remote data, such as databases or web-based services. Haxl can automatically batch multiple requests to the same data source, request data from multiple data sources concurrently, cache previous requests. Having all this handled for you behind the scenes means that your data-fetching code can be much …

More