mongo-rust-driver
mongo-rust-driver copied to clipboard
The official MongoDB Rust Driver
## Versions/Environment 1. What version of Rust are you using? `rustup 1.27.1 (54dd3d00f 2024-04-24)` 2. What operating system are you using? ` OS X - Sonoma 14.4.1` 3. What versions...
## Versions/Environment 1. What version of Rust are you using? 2. What operating system are you using? 3. What versions of the driver and its dependencies are you using? (Run...
It is documented that change streams can be specifically targeted e.g. https://www.mongodb.com/docs/manual/changeStreams/?msockid=02a68eedad1c61261ab59beeac1a6098#modify-change-stream-output. This functionality however does not appear to be currently available in this library. In a large database with...
## Versions/Environment 1. What version of Rust are you using? `rustc 1.81.0 (eeb90cda1 2024-09-04)` 2. What operating system are you using? `Ubuntu 22.04.4 LTS on WSL/Windows 10 Pro 22H2` 3....
[`ServerAddress`](https://docs.rs/mongodb/latest/mongodb/options/enum.ServerAddress.html) should make use of existing standard library types to pass the TCP socket e.g. [`SocketAddr`](https://doc.rust-lang.org/stable/std/net/enum.SocketAddr.html). Passing it as a string (e.g. `ServerAddress::Tcp { host "my_socket", port: Some(4040) }`) is...
## Summary Hi 👋🏻 I work at Prisma on the team that is responsible for Accelerate. We've had reports from users using Accelerate with MongoDB that initial requests take a...
* Add assertions to check whether failed events occurred on the same or different mongos for `retryable_reads` and `retryable_writes`. * Rewrote implementation for retryable read/write test on different mongos. The...
## Versions/Environment 1. What version of Rust are you using? 1.85.0 3. What operating system are you using? Arch Linux 4. What versions of the driver and its dependencies are...
## Versions/Environment 1. What version of Rust are you using? 1.86.0 2. What operating system are you using? Linux 3. What versions of the driver and its dependencies are you...