long2ice / asynch

An asyncio ClickHouse Python Driver with native (TCP) interface support.
https://github.com/long2ice/asynch
Apache License 2.0
185 stars 43 forks source link

Refactor connection classes #107

Closed stankudrow closed 3 months ago

stankudrow commented 3 months ago

This PR entails the PR #106 .

The features brought:

Other non-critical feature:

The tests were run under the Python v3.9, however the .python-version file is added into the .gitignore file because the project is expected to be run in multiple virtual environments. Apart introducing the mypy package, intoxicating the project with the tox testing tool would be nice, but in one of the next PRs.

stankudrow commented 3 months ago

@long2ice , all checks have been passed, shall we review this PR?

UPD: Done, the PR is considered final and ready for code review.

stankudrow commented 3 months ago

@long2ice , let's have this PR reviewed?

long2ice commented 3 months ago

Thanks!