News

DeriveODM is a reactive ODM - Object Document Mapper - framework, a "wrapper" around MongoDB, that removes all the hassle of data-persistence by handling it transparently in the background, in a DRY ...
I just upgraded DataMapper from 1.0 to 1.1 in our app. DataMapper 1.1 brings several minor API changes, warranting the minor version bump, and closes 52 tickets in Lighthouse. There have been many ...
A data mapper is an abstraction on top of a persistence mechanism. It works as a bridge between domain entities and a data store. MongoDb Data Mapper is easier to test alternative to popular Active ...