DB ORM

Jacob Carlborg doob at me.com
Wed Aug 10 09:50:32 PDT 2011


On 2011-08-10 16:01, Piotr Szturmaj wrote:
> zhang wrote:
>> About ORM,
>> the Python has SQLObject (http://sqlobject.org/),
>> the Java has Hibernate (http://www.hibernate.org/),
>> and the C# has NHibernate and Entity Framework
>> (http://msdn.microsoft.com/en-us/data/aa937723).
>>
>> The D maybe also need one. Glad to see someone being interesting in this.
>
> I think D needs user defined attributes first.

User defined attributes would be really nice but I'm quite certain that 
it would work without user defined attributes. Worst case scenario 
template mixins could be used to simulate attributes.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list