Adapter Namespace
Classes
MongoDB
constructor
With the help of this method you can create a new instance of MongoDB.
Signature
constructor(String name, Object config) : String, Object
Parameters
- name
- Name of the connection
- Type: String
- config
- Config of the connection
- Type: Object
Returns
- String
- Name of the connection
- Object
- Config of the connection