Proposal: Database Engine for D
Sebastiaan Koppe via Digitalmars-d
digitalmars-d at puremagic.com
Sat Feb 6 01:26:28 PST 2016
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.
More information about the Digitalmars-d
mailing list