mongo/client
Types
pub type Collection {
Collection(db: Database, name: String)
}
Constructors
-
Collection(db: Database, name: String)
pub opaque type Connection
Functions
pub fn collection(db: Database, name: String) -> Collection