On Tuesday, 3 February 2015 at 19:54:52 UTC, Szymon Gatner wrote:
On Monday, 2 February 2015 at 04:00:31 UTC, Vadim Lopatin wrote:
I would like to propose Java way for implementation of DB
access (JDBC - Java DataBase Connectors).
Please no. If anything, *any* new library for D should be based
on C++ version and then make it nicer with D features. Basing
things on Java is major step back even in C++. Next thing we
know we will need tons of XML to configure database connections
and ORM.
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.
The only usable C++ version I know is ADO, even if it is Windows
only, which is quite simiar to JDBC.
Never saw anything that was better than it for C++. Poet appears
to be gone.
--
Paulo