| Crates.io | mongdodm |
| lib.rs | mongdodm |
| version | 0.9.2 |
| created_at | 2023-10-23 21:02:30.336813+00 |
| updated_at | 2023-10-23 21:02:30.336813+00 |
| description | A thin ODM layer for mongodb |
| homepage | |
| repository | https://github.com/naafiyan/mongododm-rs |
| max_upload_size | |
| id | 1011753 |
| size | 71,653 |
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.