Decouple the Query Builder and the Engine/Executor #601
unownone
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well, I know we already have bunnet which is basically the synchronous flavour of Beanie. But what if we could decouple the query builder only.
What I am looking for :
Motor
. If instead I had a helper function which would just generate the created_query for me , which I can then run using Pymongo/motor , or anything else.This way it'll be easier to have custom things implemented. Something that Beanie hasn't implemented yet can be implemented.
One thing would be running an explain query Or printing out the final query for debugging purposes.
what do you think about this? @roman-right
Beta Was this translation helpful? Give feedback.
All reactions