-
An umbrella issue for tracking of [OpenTelemetry](https://opentelemetry.io/) integration to PostgREST.
- [x] Get familiar with OTel and terminology
- [ ] Wrap meaningful and measurable actions…
-
https://github.com/nikita-volkov/hasql-postgres/blob/8cf88782ae1d3886cf0ca35c15b056d439204029/competition/Main.hs
-
We have observed "ClientError (Just "connection pointer is NULL\n")" on a few occasions, but are unfortunately not able to reproduce it. Since this error comes from PQerrorMessage in libpq (https://gi…
-
With hasql it's possible to make newtype wrappers for e.g. different integer based ids, keep the constructors private, and just export decoders and encoders. With hasql-th it seems like constructors a…
-
I would like to make my own version of the `Session` monad that has additional type class instances and other small changes.
To facilitate alternative `Session` monads it would be nice if `hasql` e…
-
> > Yeah would be really cool if we could keep our _preparable statements_ in separate sql files. Definitely second this feature.
> > P.S. Great work on this library!
>
> Am I right in understandi…
-
Sometimes there is just no avoid effects. The `foldl` packages' `FoldM` type captures this variety of fold nicely.
-
We have been building a static executable for x64-linux for quite a while now. From this, the minimal docker image is created.
It would be really cool, if we could build the static executable on ot…
-
Looking at https://rel8.readthedocs.io/en/latest/tutorial.html#writing-queries I see it still says
```haskell
>>> Right conn >> :t select conn (each projectSchema)
select conn (each projectSchema…
-
People keep asking to reveal some internal modules using the "Internals" convention. E.g.,
* https://github.com/nikita-volkov/hasql/issues/86#issue-290662904
* https://github.com/nikita-volkov/hasql…