Why do you need to use mongodb? Why not just use postgres and all the
tooling the django ORM provides?


On Wed, Aug 17, 2016 at 3:32 PM, Deep Shah <deepshah...@gmail.com> 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 which requires
>> the non relational version of Django (https://github.com/django-non
>> rel/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.
>> To post to this group, send email to django...@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/ms
>> gid/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.
>>
>>
>> --
>> 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/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.
>

-- 
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/CAFWa6t%2Bx3yx-V3oYC4%2BA3%3DeNqNDgmqh4MpCeUY9_GEmZ1DyHRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to