@hackage preql0.4
safe PostgreSQL queries using Quasiquoters
Installation
Dependencies (20)
- aeson >=1.4.7.1 && <1.5.6
- array >=0.5.4.0 && <0.5.5
- base >=4.13.0.0 && <4.15
- binary-parser >=0.5.6 && <0.6
- bytestring >=0.10.10.0 && <0.10.13
- bytestring-strict-builder >=0.4.5.3 && <0.4.6 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.