@hackage hasql-interpolate0.1.0.2
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
- array
- base >=4.14 && <5
- bytestring
- containers
- 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.