Django with NoSQL database

后端 未结 2 1388
长发绾君心
长发绾君心 2021-01-11 19:29

I am working with an Django application which uses Django 1.8 version.

Most of the data we deal with is JSON formatted ones. We ar

2条回答
  •  误落风尘
    2021-01-11 20:07

    NoSQL databases are not officially supported by Django itself. There are, however, a number of side project and forks which allow NoSQL functionality in Django, like Django non-rel.

    You can also take a look on the wiki page which discusses some alternatives.

    This is quoted from the django official documentation

提交回复
热议问题