Module: mongodb

  • This is virtual module. It represent for mongodb module
  • mongodb module locate at npm with name is mongodb
Source:
Example
const mongodb = require('mongodb')

Type Definitions

MongoClient

  • Instance of connection to mongodb server
  • For detail, see MongoClient
Source: