@hackage hdbi1.3.0
Haskell Database Independent interface
Categories
License
BSD-3-Clause
Maintainer
Aleksey Uymanov <s9gf4ult@gmail.com>
Links
Versions
Installation
Dependencies (13)
- Decimal >=0.2.1
- attoparsec
- base >=3 && <5
- blaze-builder
- bytestring
- containers Show all…
Dependents (5)
@hackage/acme-everything, @hackage/hdbi-postgresql, @hackage/hdbi-tests, @hackage/hdbi-conduit, @hackage/hdbi-sqlite
HDBI
Welcome to HDBI, Haskell Database Independent interface.
HDBI is the fork of HDBC. This is just improved HDBC with new features.
Installation
Tested on GHC-7.4 but must work on older and newer versions, HUGS is not supported for now.
The steps to install are:
cabal install hdbi