Automattic / mongoose

MongoDB object modeling designed to work in an asynchronous environment.
https://mongoosejs.com
MIT License
26.88k stars 3.83k forks source link

Python support #14298

Closed sagardspeed2 closed 8 months ago

sagardspeed2 commented 8 months ago

Prerequisites

🚀 Feature Proposal

Hey, I am using FastAPI for my high level abstraction project. and I want to use mongodb for some critical modules. but there is no any great ODM available on market right now.

So I am requesting a feature here to provide the python support.

Motivation

There are many ODM like prisma, pymongo and some more, but none of them are good as prisma with the rich features that can satisfy the all needed requirements.

Example

No response

vkarpov15 commented 8 months ago

Unfortunately a Python ODM is outside the scope of Mongoose. We don't have nearly enough Python expertise to build one. Sorry and good luck :+1: