mongodb-labs / mongo-rust-driver-prototype

This is superseded by the official MongoDB Rust Driver

Home Page:https://github.com/mongodb/mongo-rust-driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old FindOneAndUpdate struct

phantomxe opened this issue · comments

pub struct FindOneAndUpdateOptions {

https://docs.mongodb.com/manual/reference/method/db.collection.findOneAndUpdate/#db.collection.findOneAndUpdate
Mongo has a new type "arrayFilters". Could you update the struct?

Hello everyone! We've just released an alpha of an official MongoDB Rust driver; you can read about it here! Because of this, we won't be updating this driver anymore, and the repository will be made read-only as soon as I get finished posting these messages. Thanks for using this driver, and we hope you try out the new one!