Abstract
Learn how to use MongoDB, the leading ACID-compliant, distributed document database, using MongoDB's fully supported Rust driver. I'll cover the high-level features of the database, and show how to use it with the new MongoDB Rust driver and accompanying bson crate, in both async and blocking forms.
MongoDB is probably the world's most popular document database.
It may not be well known, but MongoDB released their first driver for Rust back in 2013. Since then regular driver updates have been released, supporting new database features and adding improvements. This year, the driver was rewritten, adding support for Tokio & Async-Std, and is now officially supported. So maybe it's time to give it a try!