@hackage HDBC-postgresql2.5.0.1
PostgreSQL driver for HDBC
Categories
License
BSD-3-Clause
Maintainer
Nicolas Wu <nicolas.wu@gmail.com>
Links
Versions
Installation
CustomDependencies (10)
- base >=3 && <5
- bytestring
- mtl
- parsec
- HDBC >=2.2.0
- convertible Show all…
Dependents (22)
@hackage/PCLT-DB, @hackage/list-remote-forwards, @hackage/haskelldb-hdbc-postgresql, @hackage/hesql, @hackage/dbmigrations, @hackage/sprinkles, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up package.
buildtests
(off by default)
Build the executable to run unit tests
mintime15
(on by default)
Use time 1.5 or higher.
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.