Checks if there is connectivity to MongoDB server by testing supplied DB connection identifier and running a DB operation on it.
Defines a Mongo connection identifier based on supplied settings and falls back to config defaults.
Defines a Mongo connection identifier based on supplied settings and falls back to config defaults. Call this method multiple times if multiple connections need to be defined. This is a first method to call before ANY DB operations.
Defines default MongoDB connection settings for Record based entity classes and Rogue DSL. Provides helper methods for defining connection properties.