Skip to content

docs: update Rust SQLx README to reflect connector usage#962

Merged
amaksimo merged 1 commit intomainfrom
update-rust-sqlx-readme
Apr 22, 2026
Merged

docs: update Rust SQLx README to reflect connector usage#962
amaksimo merged 1 commit intomainfrom
update-rust-sqlx-readme

Conversation

@praba2210
Copy link
Copy Markdown
Contributor

@praba2210 praba2210 commented Apr 22, 2026

Updates the Rust SQLx README to reflect that the example uses the Aurora DSQL SQLx Connector library (synced in PR #884).

Description iof changes:

  • Document both examples (example_preferred and example_no_connection_pool)
  • Add specific run commands: cargo run --bin <binary> and cargo test
  • Remove REGION environment variable (connector extracts from endpoint)
  • Add Aurora DSQL SQLx Connector documentation link

Aligns documentation with the code changes from PR #884.

Issues, if any:
N/A

By submitting this pull request, I confirm that my contribution is made under
the terms of the MIT-0 license.

Thank you for your contribution!

Copilot AI review requested due to automatic review settings April 22, 2026 04:54
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Rust SQLx example README to align with the Aurora DSQL SQLx Connector-based examples (synced from PR #884), including how to run the two binaries and tests.

Changes:

  • Updates overview text and “About the code example” section to reference the Aurora DSQL SQLx Connector and describe both binaries.
  • Refreshes run instructions to use cargo run --bin ... for each binary and cargo test, and removes the REGION env var from setup.
  • Adds additional resource links (connector + AWS SDK for Rust docs).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread rust/sqlx/README.md
Comment thread rust/sqlx/README.md
@praba2210 praba2210 force-pushed the update-rust-sqlx-readme branch from 7321107 to 5ebe69d Compare April 22, 2026 05:11
Copy link
Copy Markdown
Contributor

@amaksimo amaksimo left a comment

Choose a reason for hiding this comment

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

Thanks

@amaksimo amaksimo merged commit 2399ca2 into main Apr 22, 2026
45 checks passed
@amaksimo amaksimo deleted the update-rust-sqlx-readme branch April 22, 2026 17:48
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.

3 participants