[Haskell-cafe] Haskell EDSL to generate SQL?
Jeremy Shaw
jeremy at n-heptane.com
Sat Apr 4 09:49:57 EDT 2009
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