HibernateD and DDBC - ORM and DB abstraction layer for D

Vadim Lopatin coolreader.org at gmail.com
Wed Apr 10 03:26:10 PDT 2013


On Wednesday, 10 April 2013 at 08:59:07 UTC, David wrote:
> Am 09.04.2013 08:27, schrieb Suliman:
>>> At the same time, it's good to have some competition and 
>>> alternative
>>> choices.
>> 
>> It's not problem to have 2 realization. Base and alternative. 
>> To
>> have one base realization is always good for thous who need to 
>> be
>> sure that it would not be abandoned.
> I am looking forward to the date libphobos.a has 1GB in size 
> and takes 5
> hours to compile

std.* may include only interfaces, e.g. like in java.sql package.
Implementations not necessary in std. Can be third party 
libraries (e.g. like java JDBC drivers). But standard interfaces 
give benefits.


More information about the Digitalmars-d-announce mailing list