On Wed, Apr 20 2011, Anush Shetty wrote:

> Hi All,
>
> What is the most preferred NoSQL engine with Django here. Would like
> to hear out some experiences.

[...]

You could just let Django use it's own ORM and relational backend and
then use any of the popular bindings to one of the non relational
systems and use that in your app. You won't have tight coupling with
Djano and all that but that's an advantage (atleast in my opinion).

-- 
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to