
4 Jul
2008
4 Jul
'08
3:16 p.m.
2008/7/4 Chris Eidhof
I'm figuring out how to do databases in Haskell (on OS X). So far, I've tried the following approaches:
1. hdbc. I'd like to connect to MySQL, so I need the ODBC backend. I couldn't get this to work under OS X, while I installed myodbc, which seems to be broken.
2. hsql. The packages on hackage don't compile, so I grabbed the darcs version.
Bummer, dude. The only database library that directly supports MySQL is HSQL. If you want to use another library, you'll have to get the ODBC MySQL backend working. Alistair