MongoClient (gb.mongodb)
This class implements a MongoDB client connection.
Properties
| Collections | Return a list of the names of all database collections. | 
| Database | Return or set the name of the database the client connects to. | 
| Databases | Return a list of the names of all databases the client can connect to. | 
| URL | Return the URL of the MongoDB server that client is connected to. | 
Methods
| Exec | Execute a MongoDB command on the current database. | 
| MakeId | Generate and return a new MongoDB object identifier as a 24 characters string. |