Skip to content

Add async query support #120

@Agent-Hellboy

Description

@Agent-Hellboy

Use Case

Currently, the client only provides a synchronous query() method. This can limit users working on applications requiring non-blocking operations or high concurrency. To improve usability and performance, we should add support for asynchronous queries.

I can add a PR or if you need a proposal, I can also add a proposal.

We can achieve asynchronous behavior using a thread pool executor, but adding native async support would make it more compatible with asyncio and several other.

Expected behavior

A new API query_async

Actual behavior

No async support is there

Additional info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions