Can I execute CRUD operations to MongoDB with Database Connector?

0
Hi guys   I need to update a collection in MongoDB from Mendix. So i need to create/update some records of it. Has someone experience with executing those CRUD operations to it with the Database connector? There are MongoDB Java driver's available (https://mongodb.github.io/mongo-java-driver/), but I am wondering whether this could be used once added to the userlib with the Database connector?
asked
1 answers
0

I have not done this myself, but yes it should work. Drop your JAR file into the userlib, and then set up your connection string like the answer in this SO question:

https://stackoverflow.com/questions/32970871/connecting-to-mongodb-using-jdbc-driver

Give it a try and let us know how it goes!

answered