Skip to content

Commit e201aa5

Browse files
committed
Version1.2 Commit
- Updated MongoDB Connector MPK File - Removed the org.apache.commons.text package from the insert Java Action to avoid the dependencies in future - Example folder added to perform the CRUD operation in the project using the module - Helper Entity Employee created to store the employee object in the collection
1 parent 407f04b commit e201aa5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MongoDBConnector.mpk

17.2 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
MongoDB Connector Module
33

44

5-
The MongoDB Connector in Mendix allows Mendix applications to interact with MongoDB databases by providing a seamless integration between the two technologies. The connector provides create, read, and delete (CRD) functionalities, allowing developers to easily store, retrieve, and remove data from MongoDB databases directly from their Mendix applications
5+
This module facilitates the connection with MongoDB databases and collections. With the connector, developers can effortlessly perform CRUD operations, including create, read, update, and delete, enabling seamless storage, retrieval, modification, and removal of data from MongoDB databases within their Mendix applications.
6+
7+
To effectively test your CRUD operations using Microflows, utilize the Example folder provided. It serves as a resource for conducting unit tests and ensuring the smooth functioning of your data manipulation processes.
68

79
**Dependencies**
810

0 commit comments

Comments
 (0)