postgresql-simple-0.0.3: Mid-Level PostgreSQL client library

Stabilityexperimental
MaintainerLeon P Smith <leon@melding-monads.com>

Database.PostgreSQL.Simple.SqlQQ

Description

 

Synopsis

Documentation

sql :: QuasiQuoterSource

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.