Haxl
Haxl copied to clipboard
A Haskell library that simplifies access to remote data, such as databases or web-based services.
- include latest GHCs in CI - latest minor version is determined by haskell-actions/setup - freeze file is a bad cache key as it contains a time stamp, use the...
Is there any obstacle preventing addition of `MoandMask` instance for `GenHaxl u w` ? It already has `MonadThrow` and `MonadCatch` instances. My usecase for this is that I would like...
This is a suggestion for the use case mentioned in the discussion in #40: to avoid scheduling of requests when the results can be inferred from requests that have already...
Hi, this pull request proposes a new function, dataFetchEquiv, that allows to define equivalent requests, i.e. classes of requests where it can be known a priori that they will yield...
This is my proposal for #32. It enables users of Haxl to use caches of bounded size, but keeps "cache everything" as the default behaviour. Please let me know if...
On most builds The `collectsdata` test passes fine, but occasionally it fails with no error output.
Hi there, I've been using this great library for some time now, thanks for opening it up to the public! My use case involves large amounts of data, so I...