Hello,

I read the conversation you linked, and do agree with them, since ORM is 
used for Relational Databases. Since there is a package named pymongo for 
connecting to mongodb, which does the exact work we want to do, we can work 
on integrating pymongo with django on the internal levels, since the users 
are shifting from SQL to NoSQL database and so we should.

It will take a lot of work to do, but it would be a great initiative for 
the developers to manage , edit and update their database, stored in a 
local mongoDB database via the admin portal, as is the current case for SQL.

Thanks & Regards
Vineet Sharma

On Monday, November 30, 2020 at 2:58:04 PM UTC+5:30 Adam Johnson wrote:

> Hi Vineet
>
> This topic comes up occasionally. See here for the last time: 
> https://groups.google.com/g/django-developers/c/NxRX4nHx2Vk/m/MRouYivAAQAJ
>
> Quoting Aymeric from that post:
>
> Support for MongoDB would mean support in the ORM. The R in ORM stands for 
>> Relational. MongoDB isn't a relational database. Therefore "support" for 
>> MongoDB would be deceptive. The consensus is for not adding it. I'm not 
>> aware of changes in MongoDB or in Django that could result in a different 
>> outcome if the discussion happens again.
>>
>> If you'd like to push this proposal forwards anyway, writing a DEP would 
>> be the next step. Be aware that it will be difficult to get it accepted.
>>
>
> On Sun, 29 Nov 2020 at 11:31, Vineet Sharma <vinee...@gmail.com> wrote:
>
>> Hello everyone, 
>> I am Vineet Sharma and am very new to contributing to Django. I have made 
>> a few projects on Django and Django Rest framework.Now, I would really love 
>> to contribute to Django and be a part of the community. I may also be 
>> participating in GSOC in future for the same.
>>
>> I want to work on integrating Django with No-SQL databases officially. 
>> There are a few packages that does the work, for integrating the same, but 
>> they are not official by the community and have a lots of bugs in getting 
>> the work done. Being honest, my friends chose NodeJs (or other frameworks) 
>> over Django due to support for MongoDB via mongoose, saying that Django 
>> still works with SQL databases, but in my view, working in Django is way 
>> more comfortable, secure and easy to manage server-side framework. I would 
>> love to integrate No-SQL database integration into Django, in the same 
>> manner the SQL database is integrated via Django ORM.
>>
>> I would request to you all to help me in building the same, or would love 
>> to work with the team that's working on the same. Please guide me where to 
>> start from.
>>
>> Thanks & Regards
>> Vineet Sharma
>>
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django developers (Contributions to Django itself)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-develop...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-developers/667ba403-f446-465e-8839-c51dab9c4158n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-developers/667ba403-f446-465e-8839-c51dab9c4158n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> Adam
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/5e7ad477-1e13-4228-b192-33accce80753n%40googlegroups.com.

Reply via email to