[Haskell] ANN: hdbc-missingh

John Goerzen jgoerzen at complete.org
Thu Dec 29 11:51:42 EST 2005


Hello,

I'm pleased to announce the first release of HDBC-MissingH, a library
to add database features to MissingH.

At the present time, this allows any HDBC database to act as a backend
for the MissingH.AnyDBM architecture.  As such, you can use a SQL
database as storage for a simple DBM-like key/value interface.  This
is particularly interesting with Sqlite3, which is an embedded SQL
engine that stores its data in a single file (similar to *dbm).

Download from:

  http://quux.org/devel/hdbc

Darcs repo:

  darcs get --partial http://darcs.complete.org/hdbc-missingh

-- John


More information about the Haskell mailing list