Does Django support NoSQL?

Last updated 3 years ago | 1022 views 75     5

Tags:- Django

Django | NoSQL

NoSQL basically stands for “not only SQL”. This is considered an alternative to the traditional RDBMS or relational Databases. Officially, Django does not support NoSQL databases.

However, there are third-party projects, such as Django non-rel, that allow NoSQL functionality in Django. Currently, you can use MongoDB and Google App Engine.