| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 11:48:08 GMT
X-Served-By: cache-dfw-kdfw8210132-DFW, cache-bom-vanm7210098-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768650488.207404,VS0,VE338
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
preql: safe PostgreSQL queries using Quasiquoters
preql: safe PostgreSQL queries using Quasiquoters
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.
Downloads
- preql-0.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | 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), contravariant (>=1.5.2), mtl (>=2.2.2), postgresql-binary (>=0.12.2), postgresql-libpq (>=0.9.4.2), scientific (>=0.3.6.2), syb (>=0.7.1), template-haskell (>=2.15.0.0), text (>=1.2.3.2), th-lift-instances (>=0.1.17), time (>=1.9.3), transformers (>=0.5.6.2), unordered-containers, uuid (>=1.3.13), vector (>=0.12.1.2), vector-sized (>=1.4.1) [details] |
| License | BSD-3-Clause |
| Author | Daniel Bergey |
| Maintainer | bergey@teallabs.org |
| Uploaded | by bergey at 2021-07-31T18:35:41Z |
| Category | Database, PostgreSQL |
| Home page | https://github.com/bergey/preql#readme |
| Bug tracker | https://github.com/bergey/preql/issues |
| Source repo | head: git clone https://github.com/bergey/preql |
| Distributions | |
| Downloads | 1096 total (20 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2021-07-31 [all 1 reports] |