Generic
Generic MongoDB Connection
The connection is formed based on supplied connection settings.
Settings
Name | Type | Description |
---|---|---|
Protocol |
string |
The protocol to use when connecting:
See MongoDB Connection String documentation for details. |
Hosts |
string or list |
The host(s) to connect to. Several data types are supported for this setting:
|
Username |
string | Username to use for authentication |
Password |
string |
Password to use for authentication. Set to |
Auth DB |
string | Authentication database to use. |
Options |
dict or list |
Additional connection options to use. See MongoDB Connection String documentation for details. If you supply a dict, the keys and values are interpreded as option names and values. If you supply a list, each item must be of the form: |
Test Connection
You can test the connection from the context menu.