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.
DDBC/HibernateD Project status update
=====================================
SQLite support added into both DDBC and HibernateD.
Use version identifier(s) USE_MYSQL, USE_SQLITE to enable
corresponding DBs.
Both SQLite and MySQL pass HibernateD unit tests.
PostgreSQL support implementation is in progress.