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

Reply via email to