mongo-thingy
Mongo DB mapper
A Python library providing an object-document mapper for MongoDB with support for synchronous and asynchronous operations.
Powerful schema-less ODM for MongoDB and Python (sync + async)
69 stars
8 watching
12 forks
Language: Python
last commit: about 2 months ago
Linked from 1 awesome list
mongodbmongodb-odmmongodb-ormodmormpymongopythonpython-librarypython3
Related projects:
Repository | Description | Stars |
---|---|---|
art049/odmantic | A Python library for defining and interacting with MongoDB databases using object-document mapping and type hints. | 1,072 |
scille/umongo | A Python library for interacting with MongoDB using object-document mapping and asynchronous support | 448 |
mongodb/pymodm | Provides an object-oriented interface to MongoDB | 354 |
morphiaorg/morphia | A MongoDB object-document mapper library for Java-based applications | 1,652 |
beanieodm/beanie | An asynchronous Python object-document mapper for MongoDB | 2,072 |
jysperm/mabolo | An Object-Relational Mapping (ORM) tool for MongoDB | 25 |
slacy/minimongo | An interface to MongoDB that provides a lightweight, Pythonic object-oriented layer for data management | 332 |
doctrine/mongodb-odm | A PHP library that provides an object mapping functionality to interact with MongoDB | 1,090 |
rom-rb/rom-mongo | A MongoDB interface for Ruby's Object Mapper library | 33 |
go-bongo/bongo | An Object Data Model wrapper for MongoDB in Go, providing features like ODM and validation. | 486 |
linkyndy/remodel | An Object Document Mapper for RethinkDB that simplifies data mapping and provides features like schemaless support, relations, and caching. | 193 |
rick446/mmm | A tool for setting up multi-master replication with MongoDB | 69 |
kamva/mgm | A MongoDB Object Data Modeling library for Go that simplifies CRUD operations and provides pre-defined operators and keys. | 752 |
kaminari/kaminari-mongo_mapper | An adapter that enables Kaminari's ORM functionality with MongoDB | 2 |
mongoengine/flask-mongoengine | An extension for Flask web applications that integrates with MongoDB using MongoEngine and provides support for form validation and debugging tools. | 841 |