Hi,

Django ORM is designed for relational data, for database engines like Postgres, MySQL, Oracle etc. MongoDB is document oriented database. In theory partial support for relational data could be implemented to be able to use mongodb but it would be relative way. Which leads to question that other response asked, if you want ORM and relational data, why not to use real relational database which works perfectly with Django ORM from the beginning?


On 17.08.2016 15:32, Deep Shah wrote:
How easy is it to use MongoDb without a Django ORM once the code base increases?




On Wednesday, August 17, 2016 at 5:25:01 PM UTC+5:30, Jani Tiainen wrote:

    Hi,

    Well you can use non relational databases with django. This of
    course means that you don't have ORM for that, use them as is. Way
    simpler than trying to force ORM (which stands for object
    relational mapper) to follow something non relational.

    Also, if you're not stuck at mongodb, you may find arangodb much
    more appealing and doing most things "right".


    On 17.08.2016 11:28, Deep Shah wrote:
    I want to use MongoDB with Django. Which are the advisable,
    latest and stable engines?
    I found https://github.com/django-nonrel/mongodb-engine
    <https://github.com/django-nonrel/mongodb-engine> which requires
    the non relational version of Django
    (https://github.com/django-nonrel/django/
    <https://github.com/django-nonrel/django/>). But they have not
    updated the code since Django 1.6.
-- 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...@googlegroups.com <javascript:>.
    To post to this group, send email to django...@googlegroups.com
    <javascript:>.
    Visit this group at https://groups.google.com/group/django-users
    <https://groups.google.com/group/django-users>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/django-users/f2a605c0-bcd9-45e9-8927-f9c8f09bc95b%40googlegroups.com
    
<https://groups.google.com/d/msgid/django-users/f2a605c0-bcd9-45e9-8927-f9c8f09bc95b%40googlegroups.com?utm_medium=email&utm_source=footer>.
    For more options, visit https://groups.google.com/d/optout
    <https://groups.google.com/d/optout>.

-- Jani Tiainen

--
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 <mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto:django-users@googlegroups.com>.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/92c41fc9-7a2d-4a59-b7ac-132450dd63ef%40googlegroups.com <https://groups.google.com/d/msgid/django-users/92c41fc9-7a2d-4a59-b7ac-132450dd63ef%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
Jani Tiainen

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e1ee2458-3c2e-2d03-03ee-3540ce7ae366%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to