H1 2015 - db access support in Phobos

Szymon Gatner via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 3 11:54:51 PST 2015


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.


More information about the Digitalmars-d mailing list