On Tue, Mar 26, 2013 at 11:10 AM, Donnie Darko <gittest...@gmail.com> wrote: > I was wondering if there there was a plan to change Django's ORM to support > NoSQL databases?
since there's no such thing as "common NoSQL features", each datastore would need its own modifications, so i think the common attitude is that most of these features don't belong in the ORM. also, most NoSQL datastores have very simple APIs, so thin wrappers are in many cases more appropriate than a full-fledged ORM. Other, "thicker" abstraction layers tend to be application-specific, so they could be on extra modules, instead of in Django core. finally, even if Django doesn't support a specific datastore, as long as there are good Python libraries, you can use them just nicely, even from the templates. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.