DB ORM

Jonas Drewsen jdrewsen at nospam.com
Tue Aug 9 00:30:51 PDT 2011


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


More information about the Digitalmars-d mailing list