[Haskell] ANN: HDBC 1.1.0
John Goerzen
jgoerzen at complete.org
Wed May 2 17:33:41 EDT 2007
Hi,
I'm pleased to announce the 1.1.0 release of HDBC and the three primary
backends.
The big news is an API change, implemented by Peter Thiemann, that
transforms the primary connection object from a record to a typeclass.
This allows database backends to define their own private functions that
provide access to database-specific features.
The Sqlite3 backend uses this capability to provide control over its
locking mechanism.
HDBC can be downloaded from
http://software.complete.org/hdbc
The backends are available from the index at
http://software.complete.org/
-- John
More information about the Haskell
mailing list