
4 Apr
2009
4 Apr
'09
1:49 p.m.
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