arbiter-hasql-0.1.0.0
arbiter-hasql
Safe HaskellNone
LanguageGHC2024

Arbiter.Hasql.Decode

Description

Backend-neutral RowCodec as a Hasql result decoder.

Synopsis

Documentation

Source #hasqlRowDecoder :: RowCodec a -> Result [a]

Decode all rows through the codec.