Which Python API should be used with Mongo DB and Django

后端 未结 6 1698
情深已故
情深已故 2020-12-12 14:11

I have been going back and forth over which Python API to use when interacting with Mongo. I did a quick survey of the landscape and identified three leading candidates.

6条回答
  •  感情败类
    2020-12-12 14:35

    You might give django-mongodb-engine a try. It's a backend for Django-nonrel, so you can continue to use Django's models and ORM. It's not yet as complete as the other APIs, though: http://www.allbuttonspressed.com/blog/django/2010/05/MongoDB-backend-for-Django-nonrel-released

提交回复
热议问题