Namespace: MongoODM

MongoODM

A module exporting MongoDB-related classes and types for an ORM implementation.

Properties:
Name Type Description
Connection Connection

The class representing a MongoDB connection.

Model Model

The class representing a MongoDB model with CRUD operations.

QueryBuilder QueryBuilder

The class representing a MongoDB query builder.

FieldTypes Object

An object defining mapping between field types and MongoDB data types.

connect function

A function to establish a connection to the MongoDB database.

Source: