Download List

Project Description

HDBC 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.) HDBC is modeled loosely on
Perl's DBI interface, though it has also been
influenced by Python's DB-API v2, JDBC in Java,
and HSQL in Haskell.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-05 07:18
2.1.0

Fractional seconds part support.
Tags: Minor feature enhancements

2009-01-31 07:03
2.0.0

This release adds support for Unicode, GHC 6.10, new exceptions, and Data.Time. It includes type marshalling, a convertible typeclass for fromSql/toSql, and a new test suite.
Tags: Major feature enhancements

2008-12-31 00:13
1.1.6.0

This version is compatible with GHC 6.10. It
accepts '0' and '1' as Bools in SqlValue.
Tags: Minor feature enhancements

2008-06-27 01:50
1.1.5.0

This release adds the missing ConnWrapper(..) to exports.
Tags: Minor bugfixes

2008-01-16 19:13
1.1.4.0

Updated for GHC 6.8.x compatibility.
Tags: Minor feature enhancements

Project Resources