Database library?

2002-10-16 Thread Bryn Keller
Does anyone have a GHC-friendly library for accessing databases, specifically Oracle and MSSQL? I noticed Hasql on the Haskell libraries page, but it seems rather in the beginning stages, and I was hoping for native DB connections rather than ODBC ones. How are others handling database

Re: Database library?

2002-10-16 Thread Seth Kurtzberg
I have an interface working with my database engine (www.cql.com). It is also in an early stage, but does not use ODBC. I believe that much of what I am doing will generalize reasonably well, but this is untested. I will be testing both Oracle and MSSQL soon, and I hope to have reasonable

Re: Database library?

2002-10-16 Thread Ashley Yakeley
At 2002-10-16 09:49, Bryn Keller wrote: Does anyone have a GHC-friendly library for accessing databases, specifically Oracle and MSSQL? My HBase project includes HMySQL, for accessing MySQL databases. It's kind of a separate project from HBase (because it uses FFI), but it's in the same CVS