Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this being maintained #11

Open
amatai opened this issue Nov 5, 2022 · 2 comments
Open

Is this being maintained #11

amatai opened this issue Nov 5, 2022 · 2 comments

Comments

@amatai
Copy link

amatai commented Nov 5, 2022

Is the async version of the driver being maintained?

clickhouse-client which is great and is being updated and also recommended by many.
But, is this async wrapper being updated ? Does it need the updates?

@xzkostyan
Copy link
Member

Hi.

What updates do you need?

@7rick03ligh7
Copy link

7rick03ligh7 commented Feb 13, 2023

Hi.

What updates do you need?

For example: fetching multiple rows without loading them all into memory at once like in aiochclient
https://github.com/maximdanilchenko/aiochclient

example of usage in this lib:

async for row in client.iterate(
    "SELECT number, number*2 FROM system.numbers LIMIT 10000"
):
    assert row[0] * 2 == row[1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants