Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、mongoDB インスタンスと対話する必要がある Django アプリケーションに取り組んでいます (できれば django の ORM を介して)。
Python 用のどの mongo ドライバー/サブドライバーが私のニーズに最も適していますか?
Django のフォークである django-nonrel を使用でき、同じ ORM を使用できます。
分岐した Django が必要ない場合は、同様の構文を持つ MongoEngine を使用できます。それ以外の場合は生の pymongo です。