Mongoengine 简明教程

Discuss MongoEngine

MongoEngine 是一个 Python 库,充当 MongoDB 中的对象文档映射器,一个 NOSQL 数据库。它类似于 SQLAlchemy,它是基于 SQL 的数据库的面向对象关系映射器 (ORM)。

MongoEngine is a Python library that acts as an Object Document Mapper with MongoDB, a NOSQL database. It is similar to SQLAlchemy, which is the Object Relation Mapper (ORM) for SQL based databases.