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