
29 Jul
2007
29 Jul
'07
10:54 p.m.
On 2007-07-25, david48
On 7/25/07, George Moschovitis
wrote: I am a Haskell newbie and I would like to hear your suggestions regarding a Database conectivity library:
HSQL or HDBC ?
which one is better / more actively supported?
HDBC Supports Mysql only through ODBC :(
This is true, unless some MySQL hacker would like to contribute a native module. I don't use MySQL myself and haven't had the time to write an interface to it. That said, HDBC supports unixODBC quite nicely... ;-) -- John