std.database

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Thu Mar 3 09:31:07 PST 2016


On the other hand execute can simply return the reader with extra 
getter for scalar result. Just don't do stuff until it's 
iterated. Is it possible?

auto rows = db.execute("select * from t");


More information about the Digitalmars-d mailing list