Crates.io | mongodm |
lib.rs | mongodm |
version | 0.10.0 |
source | src |
created_at | 2020-06-17 21:40:15.506167 |
updated_at | 2024-07-09 12:35:37.32719 |
description | A thin ODM layer for mongodb |
homepage | |
repository | https://github.com/Devolutions/mongodm-rs |
max_upload_size | |
id | 255064 |
size | 71,639 |
A thin ODM layer for MongoDB built upon the official Rust driver.
Main features:
serde
serialization frameworkDatabase::run_command
(index management is currently not implemented in the underlying driver)And
instead of "$and")See documentation.
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
.