Skip to content

krishnarajdev/MongoDB-Connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB-Connector

MongoDB Connector Module

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.

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.

Dependencies

• Mendix Modeler 9.20.0

• MongodB JAR file version 3.10.2

MongoDB Connector FolderStructure