django-mongokit
django-mongokit copied to clipboard
Support for nested structure in model class
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 ?
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