HDBC

[ bsd3, database, library ] [ Propose Tags ]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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.4
Dependencies base (<3), mtl [details]
License LicenseRef-LGPL
Copyright Copyright (c) 2005-2006 John Goerzen
Author
Maintainer John Goerzen <jgoerzen@complete.org>
Revised Revision 1 made by HerbertValerioRiedel at 2017-04-08T11:27:02Z
Uploaded by IsaacJones at 2006-09-24T19:15:00Z
Distributions Debian:2.4.0.3, LTSHaskell:2.4.0.4, NixOS:2.4.0.4, Stackage:2.4.0.4
Reverse Dependencies 64 direct, 88 indirect [details]
Downloads 41726 total (107 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for HDBC-1.0.1

[back to package description]
Welcome to HDBC, Haskell Database Connectivity.

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.

Please see doc/Database-HDBC.html for an introduction to HDBC and its
various features.

INSTALLATION
------------

You'll need either GHC 6.4.1 or above, or Hugs 2005xx or above.

The steps to install are:

1) ghc --make -o setup Setup.lhs

2) ./setup configure

3) ./setup build

4) ./setup install   (as root)

If you're on Windows, you can omit the leading "./".

Documentation is in doc/ -- lots of information, including pointers to
drivers, is in doc/Database-HDBC.html.

USAGE
-----

To use with hugs, you'll want to use hugs -98.

To use with GHC, you'll want to use -package HDBC in your programs.
Or, with Cabal, use Build-Depends: HDBC.

-- John Goerzen
   December 2005