@hackage preql0.6
safe PostgreSQL queries using Quasiquoters
Installation
Dependencies (21)
- aeson >=1.4.7.1
- array >=0.5.4.0
- base >=4.13.0.0 && <5.0
- binary-parser >=0.5.6
- bytestring >=0.10.10.0
- bytestring-strict-builder >=0.4.5.3 Show all…
Dependents (0)
Before you Post(gres)QL, preql.
preql provides an effect type class SQL, a select quasiquoter
that checks SQL syntax at compile time, and a sql quasiquoter that
supports variable antiquotes, but does not attempt syntax
validation.
For more details, read the quickstart or the vision
Most applications will want to import the top-level module Preql. When writing SQL
instances or your own higher-level abstractions, you may want the lower-level,
IO-specific functions in Preql.Wire, not all of which are re-exported from Preql.