[Haskell-cafe] Enterprise Haskell -- help
Jason Dagit
dagitj at gmail.com
Thu May 26 22:34:17 CEST 2011
On Thu, May 26, 2011 at 1:09 PM, Gaius Hammond <gaius at gaius.org.uk> wrote:
>
> 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/
Takusen already supports Oracle (and other rdbms) in a resource
precise and good performance way, if that's what you're talking about
implementing:
http://projects.haskell.org/takusen/
Jason
More information about the Haskell-Cafe
mailing list