mongo-types
mongo-types copied to clipboard
MongoDB's `motor` official library support?
I am currently developing an asynchronous app with motor instead of pymongo and mypy. As far as I know, it's not that different from PyMongo, and, in some places uses it under the hood. I wonder if you can review the possibility of writing type-hints for it too. Thank you for your work on mongo-types!
Looking at the docs, the functionality looks pretty similar to the sync client
however, I don't use motor myself so I don't really have a need/motivation for writing the type stubs