
with the release update haskelldb-0.9 -> haskelldb-0.10 several things have changed. Unfortunately the API documentation does not give enough information in generall. Is there any additional uptodate documentation around? In particular the fundamental function "connect" hast a new signature: *connect* :: (forall m a . MonadIOhttp://hackage.haskell.org/packages/archive/mtl/1.1.0.0/doc/html/Control-Mon...m => [( Stringhttp://hackage.haskell.org/packages/archive/base/3.0.0.0/doc/html/Data-Char...., Stringhttp://hackage.haskell.org/packages/archive/base/3.0.0.0/doc/html/Data-Char....)] -> (Databasefile:///usr/share/doc/haskelldb-0.10/Database-HaskellDB-Database.html#t%3ADa...-> m a) -> m a) I don't know what pairs of strings this function needs. The API description is to unspecific: The connectfile:///usr/share/doc/haskelldb-0.10/Database-HaskellDB-DriverAPI.html#v%3Ac...function takes some driver specific name, value pairs use to setup the
database connection, and a database action to run.
What are the specific name value pairs needed (for a connection to a mysql db )? Immanuel