22 releases

0.9.2 Oct 12, 2023
0.9.1 Apr 13, 2023
0.9.0 May 2, 2022
0.8.1 Mar 31, 2022
0.4.0 Jul 3, 2020

#251 in Database interfaces

Download history 26/week @ 2023-12-18 4/week @ 2023-12-25 18/week @ 2024-01-01 66/week @ 2024-01-08 26/week @ 2024-01-15 67/week @ 2024-01-22 44/week @ 2024-01-29 8/week @ 2024-02-05 49/week @ 2024-02-12 35/week @ 2024-02-19 110/week @ 2024-02-26 78/week @ 2024-03-04 105/week @ 2024-03-11 65/week @ 2024-03-18 56/week @ 2024-03-25 465/week @ 2024-04-01

695 downloads per month

MIT/Apache

71KB
1K SLoC

Crates.io docs.rs Crates.io

MongODM

A thin ODM layer for MongoDB built upon the official Rust driver.

Main features:

  • A stronger API leveraging Rust type system
  • Data structure models are defined using the well-known serde serialization framework
  • Index support on top of the Database::run_command (index management is currently not implemented in the underlying driver)
  • Indexes synchronization
  • Additional compile-time checks for queries using macros and type associated to mongo operators (eg: And instead of "$and")

Examples

See documentation.

Tests

Some tests can be run with cargo test however most of the useful tests requires a Mongo database running and exposed on localhost:27017. These integration tests are run with cargo test -- --ignored.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~25–40MB
~800K SLoC