DB ORM

simendsjo simendsjo at gmail.com
Tue Aug 9 01:53:39 PDT 2011


On 09.08.2011 09:30, Jonas Drewsen wrote:
> Just stumbled upon this db orm for c++ that uses the gcc frontend to
> rewrite c++ code to make classes suitable for database access.
>
> http://www.codesynthesis.com/products/odb/
>
> They are using pragmas to accomplish this. I guess an equally good
> implementation in D would use custom attributes for this once (if) they
> are supported.
>
> /Jonas

I would think/hope Ds compile-time reflection should be able to do this 
without compiler support (haven't checked the link).
Having user defined @properties would help a lot too.


More information about the Digitalmars-d mailing list