HDBC: Haskell Database Connectivity
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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.)
[Skip to Readme]
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, 2.3.1.1, 2.3.1.2, 2.4.0.0, 2.4.0.1, 2.4.0.2, 2.4.0.3, 2.4.0.3, 2.4.0.4 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (<5), bytestring, containers, convertible (>=1.1.0.0), HUnit, mtl, old-locale, old-time, QuickCheck (>=2.0), testpack (>=2.0), text, time (<1.10), utf8-string [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2005-2011 John Goerzen |
Author | John Goerzen, Nicolas Wu |
Maintainer | Nicolas Wu <nicolas.wu@gmail.com> |
Category | Database |
Home page | https://github.com/hdbc/hdbc |
Source repo | head: git clone https://github.com/hdbc/hdbc.git |
Uploaded | by rsoeldner at 2019-09-27T18:17:14Z |
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
splitbase | Choose the new smaller, split-up base package. | Enabled |
buildtests | Build the executable to run unit tests | Disabled |
mintime15 | Use time 1.5 or higher. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- HDBC-2.4.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees