Vadim Demedes is announcing that Mongorito with version number 1.3.2 is already available to download.
What is Mongorito ?
Mongorito is A JavaScript ODM (object document mapper) for MongoDB, developed to work with Node.js and the new JavaScript EcmaScript 6 syntax .
Mongorito lets developers easily interact and run various database transactions against MongoDB, a popular document-oriented database management system.The package is basically an ORM for MongoDB, but since MongoDB is a NoSQL database and has no tables or relations, the appropriate term would be an ODM.It works practically the same like an ORM, only it interacts with the database's "documents".Basic operations like connecting, creating, and updating data are all supported, along with more complex ones like searching and data filtering.
This is changelog for Mongorito version 1.3.2 :
- Fixed middleware execution order.
You can read the complete changelog and also download this latest version on their homepage:
github.com