Hello List!
Project:M36 1.2.6 is now available. New in this version is the ability
to write TutorialD expression inlined with Haskell. Example:
let london_suppliers =
replaceTextAtom "$1" "London" [relationalExpr|s where city="$1"|]
queryResult <- executeRelationalExpr sessionId conn london_suppliers
This feature makes it easier to write database queries from within a
Haskell client but without the risk of malicious string injections. The
expression is parsed at compile-time with Template Haskell!
More info here:
https://github.com/agentm/project-m36/blob/master/docs/inline_tutoriald.markdown
Thanks for using Project:M36!
https://github.com/agentm/project-m36
Cheers,
M