looking for Database Interface in Haskell

2003-03-03 Thread Johannes Waldmann
Dear all, we want to access a (MySQL) data base, running on a linux server, from a Haskell program. We planned to use http://www.volker-wysk.de/mysql-hs/ but it depends on earlier versions of hdirect (0.17?) and ghc(-4?). I built hdirect-0.19 (?) (from the ghc CVS) but the Foreign interfaces seem

Re: looking for Database Interface in Haskell

2003-03-03 Thread Steffen Mazanek
Have a look here: http://haskell.cs.yale.edu/haskellDB/ ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Re: looking for Database Interface in Haskell

2003-03-03 Thread Shae Matijs Erisson
Johannes Waldmann [EMAIL PROTECTED] writes: Dear all, we want to access a (MySQL) data base, running on a linux server, from a Haskell program. We planned to use http://www.volker-wysk.de/mysql-hs/ but it depends on earlier versions of hdirect (0.17?) and ghc(-4?). I built hdirect-0.19 (?)

Re: looking for Database Interface in Haskell

2003-03-03 Thread Daan Leijen
On 03 Mar 2003 13:57:06 +, Steffen Mazanek [EMAIL PROTECTED] wrote: Dear all, we want to access a (MySQL) data base, running on a linux server, from a Haskell program. Have a look here: http://haskell.cs.yale.edu/haskellDB/ A word of warning though from the author :-), HaskellDB is somewhat

Re: looking for Database Interface in Haskell

2003-03-03 Thread Krasimir Angelov
Hi, Shae Also, HToolkit has working but not yet stable support for both postgresql and mysql. I haven't tried the mysql interface myself, but I have tried the postgresql code. It works, but it does explode if you do something unexpected. http://sourceforge.net/projects/htoolkit/ Can