BSD-3-Clause licensed by John Goerzen
Maintained by Nicolas Wu
This version can be pinned in stack with:HDBC-postgresql-2.3.2.3@sha256:759a214c0b48675f8dd804ba9bec32ac133685fcbb9022ac4aa638cd17f752ed,3136

Module documentation for 2.3.2.3

Used by 1 package in nightly-2016-02-19(full list with versions):
Welcome to HDBC, Haskell Database Connectivity.

This package provides a database backend driver for PostgreSQL.

Please see HDBC itself for documentation on use.

This package provides one function in module Database.HDBC.PostgreSQL:

{- | Connect to a PostgreSQL server.

See <http://www.postgresql.org/docs/8.1/static/libpq.html#LIBPQ-CONNECT> for the meaning
of the connection string. -}
connectPostgreSQL :: String -> IO Connection

An example would be:
dbh <- connectPostgreSQL "host=localhost dbname=testdb user=foo"

DIFFERENCES FROM HDBC STANDARD
------------------------------

None known at this time.

Changes

Changelog

2.3.2.3

  • Compatibility with time 1.5.
  • Fix test compilation.
  • Fix warnings.