Safe Haskell | None |
---|---|
Language | Haskell2010 |
Preql.Wire.Decode
Description
Decoding values from Postgres wire format to Haskell.
Documentation
decodeVector :: KnownNat n => (PgType -> IO (Either QueryError Oid)) -> RowDecoder n a -> Result -> IO (Either QueryError (Vector a)) Source #