Connection String
Connection String based MongoDB Connection
The connection is formed based on a MongoDB connection string.
Additional options can be added on.
Settings
Name | Type | Description |
---|---|---|
Connection String |
string | The MongoDB connection string as defined by MongoDB documentation. |
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.