HDBC PostgreSQL Driver is the Haskell PostgreSQL backend driver for HDBC.
Please see HDBC itself for documentation on use. If you don't already have it, you can browse this documentation at http://darcs.complete.org/hdbc/doc/index.html.
This package provides one function in module Database.HDBC.PostgreSQL:
{- Connect to a PostgreSQL server.
See for the meaning of the connection string. -}
connectPostgreSQL :: String -> IO Connection
An example would be:
dbh
· Специальные требования HDBC PostgreSQL Driver 1.1.2.0
· HDBC 0.99.0 or above
· GHC 6.4.1 or above, or Hugs 2005xx or above
Installation:
The steps to install are:
1) Examine HDBC-postgresql.cabal and edit the include-dirs line to point to your local PostgreSQL installation. If necessary, uncomment and edit the extra-lib-dirs line to point to your local PostgreSQL installation.
2) ghc --make -o setup Setup.lhs
3) ./setup configure
4) ./setup build
5) ./setup install (as root)
If you're on Windows, you can omit the leading "./".
Usage:
To use with hugs, you'll want to use hugs -98.
To use with GHC, you'll want to use:
-package HDBC -package HDBC-postgresql
Or, with Cabal, use:
Build-Depends: HDBC>=0.99.0, HDBC-postgresql
· История версий и изменений HDBC PostgreSQL Driver
История пуста
· Описание и дополнения от редакторов и пользователей сайта