
4 Apr
2009
4 Apr
'09
10:07 a.m.
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