postgresql-typed
PostgreSQL interface with compile-time SQL type checking, optional HDBC backend
homepage ↗ hackage: postgresql-typed github: dylex/postgresql-typed
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| haskell GitHub ↗ | 0.6.2.5 | 1 | 2 d | details › |
Versions & arches
Use flags of 0.6.2.5
- +aeson Support decoding json via aeson.
- +binary Use binary protocol encoding via postgresql-binary. This may put additional restrictions on supported PostgreSQL server versions.
- +hdbc Provide an HDBC driver backend using the raw PostgreSQL protocol.
- +md5 Enable md5 password authentication method.
- +scientific Support decoding numeric via scientific (implied by binary).
- +text Support Text string values via text (implied by binary).
- +tls Enable TLS (SSL) support in PostgreSQL server connections.
- +uuid Support the UUID type via uuid (implied by binary).