Realm~RemoteMongoDB

The RemoteMongoDB service can be used to get database and collection objects for interacting with MongoDB data.

db(databaseName)RemoteMongoDBDatabase

Get the interface to a remote MongoDB database.

Parameters:
  • databaseName
    • Type: string
    • The name of the database.

Returns: RemoteMongoDBDatabase The remote MongoDB database.