Releases: ballerina-platform/module-ballerinax-mongodb
Ballerina MongoDB Connector 0.5.1 Released!
Ballerina MongoDB connector allows you to interact with MongoDB datasource which is a free and open-source cross-platform document-oriented database.
Connector Improvements
- Improvements on JSON parser - Refactor internal implementation to match with Ballerina runtime.
Steps to Configure
Extract ballerina-mongodb-0.5.1.zip and copy containing jars in to <BRE_HOME>/bre/lib/
Open issues and reporting bugs
You can find the known issues in the following link and report any bugs in the same link.
https://github.com/ballerinalang/connector-mongodb/issues
How to contribute to Ballerina MongoDB Connector
You can contribute to the Ballerina MongoDB Connector development by forking the github repository and sending your pull requests to https://github.com/ballerinalang/connector-mongodb/
MongoDB Connector Version | Ballerina Version |
---|---|
0.5.1 | 0.95.8 |
Ballerina MongoDB Connector 0.5.0 Released!
Ballerina MongoDB connector allows you to interact with MongoDB datasource which is a free and open-source cross-platform document-oriented database.
Features
With the Ballerina MongoDB Connector following actions are supported.
- insert - To insert document to a given collection
- find - To select document from a given collection according to given query.
- findOne - To select the first document match with the query.
- update - To update documents that matches to the given filter.
- delete - To delete documents that matches to the given filter.
- close - To close the MongoDB connection.
Steps to Configure
Extract ballerina-mongodb-0.5.0.zip and copy containing jars in to <BRE_HOME>/bre/lib/
Open issues and reporting bugs
You can find the known issues in the following link and report any bugs in the same link.
https://github.com/ballerinalang/connector-mongodb/issues
How to contribute to Ballerina MongoDB Connector
You can contribute to the Ballerina MongoDB Connector development by forking the github repository and sending your pull requests to https://github.com/ballerinalang/connector-mongodb/
MongoDB Connector Version | Ballerina Version |
---|---|
0.5.0 | 0.95.0 |