DeriveJS is Javascript NodeJS data framework - an Object Data Mapper ODM around MongoDB that leverages the power of Javascript Proxies - to allow you to create and manipulate data objects that feels like native JS objects while taking care of all data persistence in the background in a transparent way - allowing you to deal with data in a lean DRY way focusing more on the logic and not having to worry about the logistics you dont need to call explicit method such as .save or .update - simply create new instance objects using new change their properties - and equivalent documents will be persisted on a Mongo DB.
This is a series of tutorials teaching and demonstrating DeriveJSs usage features capabilities and performance.
The information presented is similar to the one in the documentation.
This introduction video shows a short summary about the framework its background and history.
Источник: rutube.ru