1
2
3
4
5
6
7
8
#[cfg(feature = "models")]
pub mod models;

#[cfg(any(feature = "read", feature = "write"))]
pub mod repositories;

#[cfg(any(feature = "read", feature = "write"))]
pub use wread_data_mongodb::mongodb;