codello / Motor-ODM

A MongoDB ODM based on Motor and Pydantic.
MIT License
17 stars 5 forks source link

Advanced Queries #3

Closed codello closed 4 years ago

codello commented 4 years ago

Query operations should support some typical queries by implementing the following schema:

codello commented 4 years ago

In order to not accidentally hog keyword argument names this proposal will be implemented with the following changes: