@hackage hasql-interpolate1.1.0.1
QuasiQuoter that supports expression interpolation for hasql
Categories
License
BSD-3-Clause
Maintainer
Travis Staton <hello@travisstaton.com>, Mitchell Dalvi Rosen <mitchellwrosen@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Tested Compilers
Dependencies (17)
- 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 || ^>=4.20 || ^>=4.21
- bytestring ^>=0.11.2.0 || ^>=0.12
- containers ^>=0.5 || ^>=0.6 || ^>=0.7 || ^>=0.8
- 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.