H1 2015 - db access support in Phobos

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 4 00:14:40 PST 2015


On Tuesday, 3 February 2015 at 19:54:52 UTC, Szymon Gatner wrote:
> This should have happened from the start with logging library 
> too (should have been based on boost.log) and in this case one 
> should look into SOCI (http://soci.sourceforge.net/) and not 
> Java versions.

https://github.com/SOCI/soci/blob/master/src/core/soci-backend.h 
the backend interface roughly follows ADO design, but is rather 
big and uses polymorphic types extensively too.


More information about the Digitalmars-d mailing list