forked from hdbc/hdbc-postgresql
-
Notifications
You must be signed in to change notification settings - Fork 0
PostgreSQL driver for HDBC
License
kryonix/hdbc-postgresql
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
About
PostgreSQL driver for HDBC
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Haskell 94.6%
- C 4.4%
- Makefile 1.0%