[Haskell-cafe] Re: HDBC or HSQL
John Goerzen
jgoerzen at complete.org
Sun Jul 29 18:54:35 EDT 2007
On 2007-07-25, david48 <dav.vire+haskell at gmail.com> wrote:
> On 7/25/07, George Moschovitis <george.moschovitis at gmail.com> 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
More information about the Haskell-Cafe
mailing list