Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints
Principalele funcționalități ale art049/odmantic sunt: Database Clients, Language Drivers.
Alternativele open-source pentru art049/odmantic includ: mongoengine/mongoengine — MongoEngine is a Python object-document mapper that translates database records into objects to provide an… mongodb/motor — Motor - the async Python driver for MongoDB and Tornado or asyncio. mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… alcaeus/mongo-php-adapter — :link: [Deprecated] Adapter to provide ext-mongo interface on top of mongo-php-library. apache/libcloud — Apache Libcloud is a Python library that hides differences between different cloud provider APIs and allows you to… apache/cassandra-python-driver — Python Driver for Apache Cassandra®.
Motor - the async Python driver for MongoDB and Tornado or asyncio
MongoEngine is a Python object-document mapper that translates database records into objects to provide an object-oriented interface for data persistence. It serves as a document manager and schema validator for MongoDB, mapping classes to documents to enforce data types and validation rules. The project provides a lazy-loaded queryset system for filtering, sorting, and aggregating collections using Pythonic syntax. It manages complex data structures through features such as document inheritance, recursive embedded document handling, and reference-based object linking. The library covers bro
The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage data within MongoDB databases using the Python programming language. It serves as a database connectivity library that handles authentication and connection pooling, while also providing a vector search client for managing embedding indexes and retrieving data based on semantic similarity. The driver supports both synchronous and asynchronous database driver models to perform non-blocking I/O operations and stream data from database clusters. It distinguishes itself through speci
:link: Deprecated Adapter to provide ext-mongo interface on top of mongo-php-library