We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
clickhouse = { version = "x.y.z", features = ["sync"] }
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
clickhouse = { version = "x.y.z", features = ["sync"] }
.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?
The text was updated successfully, but these errors were encountered: