
On 26 May 2011, at 19:22, Clint Moore wrote:
On Thu, May 26, 2011 at 10:57:42AM -0700, Jason Dagit wrote:
Database connectivity is a weakspot still. Haskell developers don't seem to use databases nearly as often as Java developers. We have several libraries for this, takusen and hdbc come to mind. Real- World Haskell documents using hdbc.
For what it's worth, we've had very good luck with Persistent. Even though it's not very enterprisey to base a product on an unseasoned library, it solved so many problems that we just couldn't ignore it.
Perhaps we should write something in the wiki that goes beyond the tutorial in the Yesod book.
Over in OCaml-land, I have taken it upon myself to address this: http://gaiustech.github.com/ociml/ Still a lot to do but perhaps once I have this in a "production-ready" state, I can turn my attention to Haskell... Cheers, G