hasql-interpolate provides a sql QuasiQuoter for hasql that
supports interpolation of haskell expressions and splicing of sql
snippets. A number of type classes are also provided to reduce
encoder/decoder boilerplate.
Changes
[1.0.1.0] - July 16, 2024
Add DecodeValue instance for ByteString and LazyByteString
[1.0.0.0] - July 10, 2024
Add IP address type encoders and decoders
Increase tuple instances to size 16
Support hasql-1.8
[0.2.2.0] - May 7, 2024
Make compile-time syntax error messages prettier
Add EncodeValue instances for ByteString and LazyByteString