@hackage hasql-interpolate0.2.2.0

QuasiQuoter that supports expression interpolation for hasql

  • Installation

  • Tested Compilers

  • Dependencies (16)

    • array ^>=0.5
    • base ^>=4.14 || ^>=4.15 || ^>=4.16 || ^>=4.17 || ^>=4.18 || ^>=4.19
    • bytestring ^>=0.10 || ^>=0.11 || ^>=0.12
    • containers ^>=0.5 || ^>=0.6 || ^>=0.7
    • mtl ^>=2.1 || ^>=2.2 || ^>=2.3
    • template-haskell ^>=2.14 || ^>=2.15 || ^>=2.16 || ^>=2.17 || ^>=2.18 || ^>=2.19 || ^>=2.20 || ^>=2.21
    • Show all…
  • Dependents (0)

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.