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.1), HUnit, mtl, QuickCheck, testpack, utf8-string or base (≥3 & <5), bytestring, containers, convertible (≥1.0.1), HUnit, mtl, old-locale, old-time, QuickCheck, testpack, time (≥1.1.2.4 & <1.3.0), utf8-string |
| License | LGPL |
| Copyright | Copyright (c) 2005-2009 John Goerzen |
| Author | John Goerzen |
| Maintainer | John Goerzen <jgoerzen@complete.org> |
| Stability | Stable |
| Category | Database |
| Home page | http://software.complete.org/hdbc |
| Executables | runtests |
| Upload date | Mon Nov 2 22:57:54 UTC 2009 |
| Uploaded by | JohnGoerzen |
| Build failure | ghc-6.12 (log) |
| Distributions | NixOS: 2.3.1.0, Debian: 2.2.6 |
Modules
- Database
- Database.HDBC
- Database.HDBC.ColTypes
- Database.HDBC.DriverUtils
- Database.HDBC.SqlValue
- Database.HDBC.Statement
- Database.HDBC.Types
- Database.HDBC
Downloads
- HDBC-2.2.0.tar.gz (Cabal source package)
- package description (included in the package)