[Haskell] ANN: HDBC collection 0.99.0
John Goerzen
jgoerzen at complete.org
Tue Dec 27 18:46:51 EST 2005
I'm pleased to announce version 0.99.0 of HDBC, HDCB-postgresql, and
HDBC-sqlite3.
Tar.gz downloads are available at htp://quux.org/devel/hdbc.
Darcs repositories are available under http://darcs.complete.org/.
I have uploaded these three packages to Debian (sid).
This release is intended as a beta release before 1.0.
Changes since 0.6.0:
* Make run and execute return more useful information
* Added quickQuery
* Added getColumnNames
* Added fetchRowsMap, fetchRowsAL, etc. They return
a map from column name to value.
* Fixes for Hugs compatibility
* Added getTables
* Sqlite3 driver now supports useful return values from run/execute
* Many new test cases
-- John
More information about the Haskell
mailing list