Alexey Gordeyev is announcing that CaminteJS with version number 0.0.28 is already available to download.
What is CaminteJS ?
CaminteJS is An ORM for the Node.js platform, a tool that will allow developers to interconnect their Node apps with the database of their choice .
CaminteJS is an abstraction layer for interfacing with various data storage systems from within Node.js applications.It provides ways of sending and retrieving data from one of the supported databases using minimum SQL syntax and as much native JavaScript code as possible.Developers write their database operations using JavaScript code provided by the CaminteJS methods and utilities and then the ORM takes all these operations and converts them to the proper transactions using the selected database adaptor.Results are then retrieved and converted to JavaScript objects which developers can parse and utilize inside their applications.
This is changelog for CaminteJS version 0.0.28 :
- Fixed toDatabase method for MySQL adapter.
You can read the complete changelog and also download this latest version on their homepage: www.camintejs.com