@hackage preql0.3
safe PostgreSQL queries using Quasiquoters
Installation
Dependencies (19)
- aeson >=1.3.1 && <1.6
- array >=0.5.2 && <0.6
- base >=4.11 && <4.15
- binary-parser >=0.5.5 && <0.6
- bytestring >=0.10.8 && <0.11
- bytestring-strict-builder >=0.4.5 && <0.5 Show all…
Dependents (0)
Before you Post(gres)QL, preql.
preql provides a low-level interface to PostgreSQL and a quasiquoter that converts
inline variable names to SQL parameters. Higher-level interfaces, checking SQL syntax &
schema, are planned.
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.