std.database
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Thu Mar 3 09:17:57 PST 2016
Other options:
db.execute("select from t").reader; //row range
db.execute("select from t").get!long; //scalar
db.execute("select from t"); //non-query
More information about the Digitalmars-d
mailing list