@hackage rfc-psql0.0.0.1
The PostgreSQL extensions from the Robert Fischer Commons.
Categories
License
MIT
Maintainer
smokejumperit+rfc@gmail.com
Links
Versions
- 0.0.0.1 Tue, 3 Jul 2018
Installation
Dependencies (8)
- base >=4.10 && <5
- bytestring >=0.10
- network >=2.6
- postgresql-typed >=0.5
- resource-pool >=0.2
- rfc-env Show all…
Dependents (1)
@hackage/rfc-servant
Package Flags
production
(off by default)
If true, disables failing on warnings and enables aggressive optimizations.
RFC PostgreSQL Support
This module provides various utility methods, a monad, and some instances to make operating with psql easier.
It specifically leverages postgresql-typed, because that
provides some reasonable compile-time checking of SQL correctness and parameter/return value type conversions.