mongodb-proxy

A module to create a proxy instance

Methods

(static) create(options) → {Database}

Create a proxy instance.
Parameters:
Name Type Description
options object The options
Properties
Name Type Description
name string The name
host string The hostname
port number The port
credentials object The user credentials
Properties
Name Type Description
user string The username
password string The password
Tutorials:
Returns:
Type
Database