crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

async for crate #595

Open rventer-hartree opened 10 months ago

rventer-hartree commented 10 months ago

Summary of the changes / Why this is an improvement

Checklist

amotl commented 7 months ago

Dear @rventer-hartree,

there is another patch in the making which will bring async support to the CrateDB SQLAlchemy dialect.

With kind regards, Andreas.

amotl commented 2 months ago

Hi again,

because we do not see any async def definitions within this patch, and also don't see how any other asynchronous transport library is being used, while urllib3 does not provide any support for it, we are wondering which kind of difference that patch makes for you?

Could you elaborate a bit more what your goals have been? Maybe we can find a common ground to proceed on this.

With kind regards, Andreas.