std.database
Sebastiaan Koppe via Digitalmars-d
digitalmars-d at puremagic.com
Wed May 27 21:25:15 PDT 2015
On Thursday, 28 May 2015 at 02:04:31 UTC, Erik Smith wrote:
Shouldn't the statement be reusable? I.e. bind variables and run
multiple times. From the code examples creating a statement and
binding variables seemed to be coupled.
Since one obvious use case would be running the behind a http
server - vibe.d - using fibers and using yield would seem nice to
have.
In any case it should do one thing, and do it well. All the other
fancy features like orms and auto-struct bindings should be build
ontop (maybe as separate libs)
More information about the Digitalmars-d
mailing list