The HDBC package
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.)
Properties
| Versions | 1.0.1, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.2.6, 2.2.6.1, 2.2.7.0, 2.3.1.0 |
|---|---|
| Dependencies | base (<3), convertible (≥1.0.10.0), mtl, text, utf8-string or base (≥3 & <5), bytestring, containers, convertible (≥1.0.10.0), mtl, old-locale, old-time, text, time (≥1.1.2.4 & <1.1.3), utf8-string or base (≥3 & <5), bytestring, containers, convertible (≥1.0.10.0), mtl, old-locale, old-time, text, time (≥1.1.3 & ≤1.2.0.5), utf8-string |
| License | BSD3 |
| Copyright | Copyright (c) 2005-2011 John Goerzen |
| Author | John Goerzen |
| Maintainer | Nicolas Wu <nick@well-typed.com> |
| Stability | Stable |
| Category | Database |
| Home page | https://github.com/jgoerzen/hdbc/wiki |
| Source repository | git clone https://github.com/jgoerzen/hdbc.git |
| Executables | runtests |
| Upload date | Tue Aug 9 20:34:43 UTC 2011 |
| Uploaded by | JohnGoerzen |
| Built on | ghc-7.2 |
| Build failure | ghc-7.0 (log) |
| Distributions | NixOS: 2.3.1.0, Debian: 2.2.6 |
Modules
Downloads
- HDBC-2.3.1.0.tar.gz (Cabal source package)
- package description (included in the package)