Mongo Client Class

The MongoClient class provide support for MongoDB usage into the application.

Applications created using this framework must inherits this class.

Type: mixin class without constructor

Example:

class MyNewApplication extends MongoClient( Application )
{

}

Back to Documentation main page

Dependency

NPM Mongoose Library


Implemented Methods

async application.startMongo()

async application.connectMongo()

async application.setMongoEvents()

async application.stopMongoDB()

async application.mapModels()