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

Additional usage examples #126

Merged
merged 5 commits into from
Aug 18, 2024
Merged

Additional usage examples #126

merged 5 commits into from
Aug 18, 2024

Conversation

slvrtrn
Copy link
Contributor

@slvrtrn slvrtrn commented Aug 7, 2024

Related: #116

Summary

  • A new examples/README file with a short overview and simple instructions on how to run it.
  • Contains the following new examples:

@slvrtrn slvrtrn marked this pull request as ready for review August 7, 2024 18:31
examples/clickhouse_cloud.rs Outdated Show resolved Hide resolved
examples/clickhouse_cloud.rs Outdated Show resolved Hide resolved
@slvrtrn slvrtrn requested a review from loyd August 7, 2024 21:19
@slvrtrn slvrtrn mentioned this pull request Aug 13, 2024
2 tasks

#[tokio::main]
async fn main() -> Result<()> {
let connector = HttpConnector::new(); // or HttpsConnectorBuilder
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should note users that it's unstable feature and will be broken 100% eventually

@loyd loyd merged commit 231c465 into master Aug 18, 2024
6 checks passed
@loyd loyd deleted the more-examples branch August 18, 2024 09:11
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

Successfully merging this pull request may close these issues.

Where is the Pool of connections, and how to limit it.
2 participants