On Friday, 11 September 2015 at 23:19:54 UTC, Timon Gehr wrote:
Does anyone have a different idea how to make a nice query language?
db.get!Person.where!(p => p.age > 21 && p.name == "Peter")


You could give up on operator syntax.

That's what I did in the prototype, p.age.gt(21), but it's somewhat ugly.

Reply via email to