Django MongoDB Backend
Las características principales de django-nonrel/mongodb-engine son: ORM Frameworks.
Las alternativas de código abierto para django-nonrel/mongodb-engine incluyen: coleifer/peewee — Peewee is a SQL object-relational mapper and query builder that provides an object-oriented interface for mapping… encode/orm — An async ORM. 🗃. jlafon/pynamodb — A pythonic interface to Amazon's DynamoDB. kiddouk/redisco — A Python Library for Simple Models and Containers Persisted in Redis. mathcamp/flywheel — Object mapper for Amazon's DynamoDB. ponyorm/pony — Pony is a Python object-relational mapper that maps classes to relational database tables using an object-oriented…
A Python Library for Simple Models and Containers Persisted in Redis
Peewee is a SQL object-relational mapper and query builder that provides an object-oriented interface for mapping application classes to relational database tables. It functions as a relational database toolkit for managing schemas, executing migrations, and handling complex table relationships. The project distinguishes itself by providing an asyncio database driver for non-blocking database operations, ensuring event loop responsiveness. It also supports semi-structured data storage, allowing the storage and querying of flexible JSON documents within traditional relational database systems.