@hackage postgresql-typed0.6.2.0

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

Haskell PostgreSQL-typed

A Haskell PostgreSQL interface that provides type-safety through compile-time (template Haskell) database access. See the Haddock documentation in Database.PostgreSQL.Typed or the test cases for simple examples.

Build Status

  • Installation

  • Tested Compilers

  • Dependencies (25)

  • Dependents (2)

    @hackage/nri-postgresql, @hackage/postgresql-pure
  • Package Flags

      md5
       (on by default)

      Enable md5 password authentication method.

      binary
       (on by default)

      Use binary protocol encoding via postgresql-binary. This may put additional restrictions on supported PostgreSQL server versions.

      text
       (on by default)

      Support Text string values via text (implied by binary).

      uuid
       (on by default)

      Support the UUID type via uuid (implied by binary).

      scientific
       (on by default)

      Support decoding numeric via scientific (implied by binary).

      aeson
       (on by default)

      Support decoding json via aeson.

      hdbc
       (on by default)

      Provide an HDBC driver backend using the raw PostgreSQL protocol.

      tls
       (on by default)

      Enable TLS (SSL) support in PostgreSQL server connections.