Crates.io | mongododm |
lib.rs | mongododm |
version | 0.9.2 |
source | src |
created_at | 2023-10-23 21:05:42.009346 |
updated_at | 2023-10-23 21:05:42.009346 |
description | A thin ODM layer for mongodb |
homepage | |
repository | https://github.com/naafiyan/mongododm-rs |
max_upload_size | |
id | 1011758 |
size | 71,656 |
NOTE: WORK IN PROGRESS!!! WE ARE STUDENTS AND RIGHT NOW THIS IS A VERBATIM FORK OF MONGODM, WHICH WE MAKE 1:1 USE OF!!
WE WILL BE MAKING MODIFICATIONS HERE SOON
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
.