hdbi

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.)


Keywords
database, library, Propose Tags, Skip to Readme, , Index, Database.HDBI, Database.HDBI.DriverUtils, Database.HDBI.Formaters, Database.HDBI.Parsers, Database.HDBI.SqlValue, Database.HDBI.Types, Language.Haskell.TH.HDBI, hdbi-1.3.0.tar.gz, browse, Package description, Package maintainers, AlekseyUymanov, edit package information
License
BSD-3-Clause
Install
cabal install hdbi-1.3.0

Documentation

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