Description
Haskell Database Independent interface.
Description
HDBI provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
README.md
HDBI
Welcome to HDBI, Haskell Database Independent interface.
HDBI is the fork of HDBC. This is just improved HDBC with new features.
Installation
Tested on GHC-7.4 but must work on older and newer versions, HUGS is not supported for now.
The steps to install are:
cabal install hdbi