django-mongokit icon indicating copy to clipboard operation
django-mongokit copied to clipboard

Support for nested structure in model class

Open anujacharya1 opened this issue 10 years ago • 1 comments

Is there any way that I can create nested structure Model Class. It looks like this library is not updated for long time. Is there any new library which has good support for both SQL and MongoDB ?

anujacharya1 avatar Apr 02 '14 05:04 anujacharya1

Both SQL and MongoDB? No. They are too different.

My first project, and much the reason I wrote django-mongokit relied heavily on nested structures. Since the class django_mongokit.document.DjangoDocument is a very thin wrapper on the mongokit Document I can't see it as being impossible.

Have a play. First familiarize yourself with mongokit's Nested Structure

peterbe avatar Apr 02 '14 22:04 peterbe