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.
