Nosql Databases

I am confused with whether django supports nosql databases or not?
On internet it showing we can connect by using forks
by on official documentation it shows not
if not why django does not support nosql databases?

Helo @jayakrishna85885, yes we can connect nosql database with django. There are some resources which you can refer to connect mongoDb (nosql database) with django. Although there is one package as well for this named as djongo or django-nonrel. You can try them.
Here are some resources that you can refer
https://code.djangoproject.com/wiki/NoSqlSupport



https://django-nonrel.readthedocs.io/en/latest/content/Django-nonrel%20-%20NoSQL%20support%20for%20Django.html
https://django-nonrel.org/
If you want to anything else or have any doubt pls feel free to ask.
Thanks :slight_smile: