| Stability | experimental | 
|---|---|
| Maintainer | Leon P Smith <[email protected]> | 
Database.PostgreSQL.Simple.SqlQQ
Description
- sql :: QuasiQuoter
Documentation
sql is a quasiquoter that eases the syntactic burden
 of writing big sql statements in Haskell source code.  It attempts
 to minimize whitespace.  Note that this implementation is incomplete
 and can mess up your syntax;  it only really understands standard
 sql string literals (default in PostgreSQL 9) and not the extended
 escape syntax or other situations where white space should be
 preserved as is.