lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

Add 'Unpacked' Fields and Rows #256

Open tomsmalley opened 6 years ago

tomsmalley commented 6 years ago

Unpacked is probably a bad way of putting it (nothing to do with the pragma...)

This is for using the FromRow/FromField instances for data coming from outside of libpq - in particular, a replication connection. It allows us to build the Field and Row without involving libpq.