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