| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Arbiter.Hasql.Decode
Description
Backend-neutral RowCodec as a Hasql result decoder.
Synopsis
- hasqlRowDecoder :: RowCodec a -> Result [a]
Documentation
Source #hasqlRowDecoder :: RowCodec a -> Result [a]
Decode all rows through the codec.