Expand description

This crate provides the macro mongo_db to model a mongoDB database.

Modules

Macros

Model a mongodb database.

Structs

Defines the default type inside an Option for the _id field.

Constants

Defines the default value used as schema version in MongoCollection::SCHEMA_VERSION when not specified otherwise.

Traits

Async trait that is implemented automatically on the database handler struct by mongo_db.

Trait that is implemented automatically on each collection struct by mongo_db.