Open
Description
hi,
i would like to ask if you plan to support document classes just like doctrine does for example in its odm. with annotations and all that. because what i can see is that for every object i want to add to db i need to create an instance of a generic base document class, set all properties and save it. so i'm not working with domain objects, but with low level approach.
if your odm was in the style of doctrine's odm, then it would be super cool!