Module mongodm::prelude

source ·
Expand description

Contains everything you need to use MongODM.

It expose the underlying mongodb members prefixed by Mongo in an attempt to reduce the risk of conflict, considering the large amount of members exported by the mongodb driver.

use mongodm::prelude::*;

// ...

Re-exports