hpqtypes-1.4.4: Haskell bindings to libpqtypes

Safe HaskellNone
LanguageHaskell98

Database.PostgreSQL.PQTypes.Binary

Synopsis

Documentation

newtype Binary b Source

Wrapper for (de)serializing underlying type as bytea.

Constructors

Binary b 

unBinary :: Binary b -> b Source

Extract underlying value.