Creates a collection in MongoDb noSQL database.
MongoDB Connector
Search form
MongoDB Actions
-
MongoDB - delete document
Deletes a single document in MongoDB collection.
-
MongoDB - find all documents
Returns all documents in a MongoDB collection.
-
MongoDB - find document(s)
Returns document(s) based on specified criteria in a MongoDB collection
-
MongoDB - insert many documents
Performs CRUD operations to MongoDB noSQL database
-
MongoDB - insert one document
Performs CRUD operations to MongoDb noSQL database.
-
MongoDB - list all databases
Returns all a list of all MongoDB databases.
-
MongoDB - run a MongoDB command
Executes the given command in the context of the current database.
-
MongoDB - update document
Updates a single document in a MongoDB collection.
-
MongoDB - update many documents
Updates multiple documents in MongoDB collection.