发布于 2015-09-14 14:46:23 | 99 次阅读 | 评论: 0 | 来源: 网络整理
This is an overview of the available tools for using Python with MongoDB. Those wishing to skip to more detailed discussion should check out the Python Driver Tutorial.
PyMongo is the recommended way to work with MongoDB from Python.
Because MongoDB is so easy to use the basic Python driver is often the best solution for many applications. However, if you need data validation, associations and other high-level data modeling functionality then ORM like layers may be desired.
Several tools and adapters for integration with various Python frameworks and libraries also exist.