[Haskell-cafe] Re: Haskell EDSL to generate SQL?
Günther Schmidt
gue.schmidt at web.de
Sat Apr 4 10:07:41 EDT 2009
Hi Jeremy,
thanks for that.
I had come across it before but I think I'd prefer a more light-weight
approach.
Günther
Jeremy Shaw schrieb:
> At Sat, 04 Apr 2009 15:40:56 +0200,
> Günther Schmidt wrote:
>
>> But I hope to be able to use an DSL from which I can automatically
>> generate SQL-Strings instead of writing the SQL statements literally.
>>
>> Has anyone else taken a similar approach?
>
> HaskellDB has an DSL for generating SQL strings. Though, it is not a
> straightforward mapping. The haskellDB DSL provides you with
> relational algebra operators that you use to build your query.
>
> - jeremy
More information about the Haskell-Cafe
mailing list