Apocrypha

postgresql-typed

PostgreSQL interface with compile-time SQL type checking, optional HDBC backend

Available in

OverlayNewestEbuildsLast activity
haskell GitHub ↗ 0.6.2.5 1 2 d details ›

Versions & arches

VersionOverlay amd64 Committed
0.6.2.5 haskell amd64 testing 6 mo view · download · history ↗

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).