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.
| Tags | Software Development Libraries Database API |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | SQL Haskell |
Recent releases


Release Notes: Fractional seconds part support.


Release Notes: 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.


Release Notes: This version is compatible with GHC 6.10. It accepts '0' and '1' as Bools in SqlValue.


Release Notes: This release adds the missing ConnWrapper(..) to exports.


Release Notes: Updated for GHC 6.8.x compatibility.