ilex / aiomongodel

Async ODM on top of asynchronous MongoDB Motor driver.
MIT License
18 stars 7 forks source link

Good job! Do you have plan to support motor2.0? #1

Closed LanserShi closed 6 years ago

LanserShi commented 6 years ago

aiomongodel is what i'm looking for to deploy ODM in tornado, but it's a bit old to support session in MongoDB 4. Would you update this project and support motor2.0 in future?

ilex commented 6 years ago

Yes, I'm going to move requirement to motor 2.0

LanserShi commented 6 years ago

Do you consider add delete rules to RefField as ReferenceField in pymodm?