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
_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to