[PR #1123] [CLOSED] Add ORM / NoSQL Databases / µMongo #1005

Closed
opened 2025-11-06 13:07:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1123
Author: @lafrech
Created: 9/14/2018
Status: Closed

Base: masterHead: add_umongo


📝 Commits (1)

  • 2eaca21 Add ORM / NoSQL Databases / µMongo

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Repo : https://github.com/Scille/umongo
Docs : https://umongo.readthedocs.io

What is this Python project?

A synchronous/asynchronous ODM for MongoDB.

What's the difference between this Python project and similar ones?

  • Work with multiple drivers (PyMongo, TxMongo, motor_asyncio and mongomock for the moment)
  • Stay close to the standards MongoDB driver to keep the same API when possible: use find({"field": "value"}) like usual but retrieve your data nicely OO wrapped !
  • Tight integration with Marshmallow serialization library to easily dump and load your data with the outside world
  • i18n integration to localize validation error messages
  • Python3 only

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1123 **Author:** [@lafrech](https://github.com/lafrech) **Created:** 9/14/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add_umongo` --- ### 📝 Commits (1) - [`2eaca21`](https://github.com/vinta/awesome-python/commit/2eaca21ddac33314433fa83c64bb060f5b26143e) Add ORM / NoSQL Databases / µMongo ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Repo : https://github.com/Scille/umongo Docs : https://umongo.readthedocs.io ## What is this Python project? A synchronous/asynchronous ODM for MongoDB. ## What's the difference between this Python project and similar ones? - Work with multiple drivers (PyMongo, TxMongo, motor_asyncio and mongomock for the moment) - Stay close to the standards MongoDB driver to keep the same API when possible: use find({"field": "value"}) like usual but retrieve your data nicely OO wrapped ! - Tight integration with Marshmallow serialization library to easily dump and load your data with the outside world - i18n integration to localize validation error messages - Python3 only -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:07:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1005