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

Support pure synchronous APIs #200

Open
kevin-leptons opened this issue Feb 5, 2025 · 0 comments
Open

Support pure synchronous APIs #200

kevin-leptons opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@kevin-leptons
Copy link

This is a feature request: Support pure synchronous APIs. The pure means no wrap on top asynchronous APIs. The support may come from various ways:

  • Feature flag of the current crate clickhouse = { version = "x.y.z", features = ["sync"] }.
  • An other crate clickhouse_sync = { version = "x.y.z" }.

Maintaining both synchronous and asynchronous APIs must be a hassle in Rust. Are there any chances in the near future?

@kevin-leptons kevin-leptons added the enhancement New feature or request label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant