@hackage hasql-interpolate0.2.2.0
QuasiQuoter that supports expression interpolation for hasql
Categories
License
BSD-3-Clause
Maintainer
Travis Staton <hello@travisstaton.com>, Mitchell Rosen
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Tested Compilers
Dependencies (16)
- aeson ^>=1.5 || ^>=2.0 || ^>=2.1 || ^>=2.2
- 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
- haskell-src-meta ^>=0.8 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.