On Saturday, 6 February 2016 at 00:14:08 UTC, Mengu wrote:
and while we were talking the talk, rust community rolled out
something good called diesel. check it out at http://diesel.rs/.
we need tools that get things done. we do not need tools that
makes things more complex than they already are.
I saw the examples on the site. In every case I prefer reading
SQL instead of a complicated function chain with semantics I have
yet to learn; SQL I already know.
A nice thing is the `less boilerplate` example. But I think they
took a wrong approach by deriving the class from Queryable. I
like D's approach better.