Thread overview
ORM libraries out there
Aug 20, 2013
Marek Janukowicz
Aug 20, 2013
Dicebot
Aug 21, 2013
Marek Janukowicz
August 20, 2013
Does anyone know about any decent ORM (Object Relational Mapping or whatever it stands for) libraries for D? If someone actually tried some of those it would be a big plus.

-- 
Marek Janukowicz
August 20, 2013
On Tuesday, 20 August 2013 at 15:47:42 UTC, Marek Janukowicz wrote:
> Does anyone know about any decent ORM (Object Relational Mapping or whatever
> it stands for) libraries for D? If someone actually tried some of those it
> would be a big plus.

http://code.dlang.org/packages/hibernated

( have not tried it ;) )
August 21, 2013
Dicebot wrote:

> On Tuesday, 20 August 2013 at 15:47:42 UTC, Marek Janukowicz wrote:
>> Does anyone know about any decent ORM (Object Relational
>> Mapping or whatever
>> it stands for) libraries for D? If someone actually tried some
>> of those it
>> would be a big plus.
> 
> http://code.dlang.org/packages/hibernated
> 
> ( have not tried it ;) )

Thanks. Honestly I don't like this one, it seems to inherit Java "oververboseness". 4 lines just to establish a connection - come on!

-- 
Marek Janukowicz