jgoerzen / hdbc
- Source
- Commits
- Network (2)
- Issues (2)
- Downloads (51)
- Wiki (7)
- Graphs
-
Branch:
master
commit 5c7e15d1cffb3f0e19f9
tree 8635fe0319737ee0ce73
parent bf7e1c173c629d40c777 parent 0e9c33efc8ed46435b02
tree 8635fe0319737ee0ce73
parent bf7e1c173c629d40c777 parent 0e9c33efc8ed46435b02
hdbc /
| name | age | message | |
|---|---|---|---|
| |
COPYING | Sat Oct 22 18:37:52 -0700 2005 | |
| |
COPYRIGHT | Tue Jan 13 13:03:00 -0800 2009 | |
| |
Database/ | Fri Apr 23 19:22:27 -0700 2010 | |
| |
HDBC.cabal | Fri Jul 16 00:41:41 -0700 2010 | |
| |
Makefile | Thu Jul 02 12:57:16 -0700 2009 | |
| |
Memory.txt | Wed Mar 01 20:53:21 -0800 2006 | |
| |
README.txt | Tue Dec 27 21:12:51 -0800 2005 | |
| |
Setup.lhs | Tue Jan 13 12:40:41 -0800 2009 | |
| |
debian/ | Fri Apr 23 20:14:14 -0700 2010 | |
| |
testsrc/ | Fri Apr 23 15:00:08 -0700 2010 |
README.txt
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

