-
Notifications
You must be signed in to change notification settings - Fork 1
Driver: Add page about Rust #407
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughAdds a Rust driver card to the Drivers-by-language grid, adds Rust to the drivers toctree, creates a new Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Developer
participant RustApp as Rust App
participant PostgresCrate as postgres crate
participant CrateDB as CrateDB
Developer->>RustApp: run example
RustApp->>PostgresCrate: Client::connect(conn_str, NoTls / TLS)
PostgresCrate->>CrateDB: open connection (Postgres protocol, TLS optional)
CrateDB-->>PostgresCrate: connection OK / error
PostgresCrate-->>RustApp: Client handle / error
RustApp->>PostgresCrate: client.query("SELECT ...")
PostgresCrate->>CrateDB: execute query
CrateDB-->>PostgresCrate: rows / error
PostgresCrate-->>RustApp: rows iterator / error
RustApp->>Developer: print results / report error
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-08-15T22:25:48.433Z
Applied to files:
🪛 LanguageTooldocs/connect/index.md[grammar] ~115-~115: There might be a mistake here. (QB_NEW_EN) [grammar] ~116-~116: There might be a mistake here. (QB_NEW_EN) [grammar] ~117-~117: There might be a mistake here. (QB_NEW_EN) [grammar] ~118-~118: There might be a mistake here. (QB_NEW_EN) [grammar] ~119-~119: There might be a mistake here. (QB_NEW_EN) [grammar] ~120-~120: There might be a mistake here. (QB_NEW_EN) [grammar] ~121-~121: There might be a mistake here. (QB_NEW_EN) [grammar] ~122-~122: There might be a mistake here. (QB_NEW_EN) [grammar] ~123-~123: There might be a mistake here. (QB_NEW_EN) [grammar] ~124-~124: There might be a mistake here. (QB_NEW_EN) docs/connect/rust.md[grammar] ~9-~9: There might be a mistake here. (QB_NEW_EN) 🪛 markdownlint-cli2 (0.18.1)docs/connect/rust.md67-67: Bare URL used (MD034, no-bare-urls) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (10)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
About
What the title says.
Preview
https://cratedb-guide--407.org.readthedocs.build/connect/rust.html