HibernateD and DDBC - ORM and DB abstraction layer for D
Vadim Lopatin
coolreader.org at gmail.com
Fri Apr 12 00:08:07 PDT 2013
On Wednesday, 3 April 2013 at 14:28:37 UTC, Vadim Lopatin wrote:
> Hello!
>
> I've started implemetation of ORM in D, with annotations and
> interfaces similar to Hibernate.
>
> As DB abstraction layer I wrote DDBC - library with interface
> similar to JDBC. Only MySQL driver is implemented. PostgreSQL -
> in progress.
>
> Project is hosted on SourceForge:
> https://sourceforge.net/p/hibernated/wiki/HibernateD/ License
> is Boost
>
...
> Look at project wiki and unittests for more info.
Project status update:
PostgreSQL support is added to DDBC and HibernateD.
Does anyone have an idea what to do next?
More information about the Digitalmars-d-announce
mailing list