scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
70 stars 42 forks source link

[Feature Request] Async queries while using Object Mapper #313

Closed ricardoborenstein closed 2 months ago

ricardoborenstein commented 4 months ago

Hello Team,

I have a prospect who asked me about Async Queries while using Object Mapper, I asked on Slack and @avelanarius mentioned that is not supported.

https://python-driver.docs.scylladb.com/stable/cqlengine/models.html#

Could we check the feasibility of this feature?

roydahan commented 4 months ago

The effort for this is quite significant and I doubt we will pursue this direction in the near future. The users can raise it in the upstream project, but I doubt they'll pick it up as well.

Lorak-mmk commented 2 months ago

Imo this is not something we could possibly introduce. Python-driver is already extremely fragile and has a lot of issues. cqlengine is code we vare rarely touch. It would also introduce many more conflicts when merging upstream. The only way I see this introduced is trough upstream. Please open an issue there.