Mongomatic, from Ben Myles, is a new Ruby library for accessing MongoDB documents.
The primary design goals of Mongomatic are simplicity and adherence to MongoDB conventions. Mongomatic is not an ActiveRecord clone and has been designed to fit nicely with the document-oriented nature of MongoDB.
The library requires ActiveSupport (2 or 3) and the Ruby MongoDB driver. Ruby versions 1.8.x and 1.9.x are supported. Other versions of Ruby may be supported but have not been tested.
Mongomatic can be installed from GitHub or via RubyGems.
GitHub
git clone http://github.com/benmyles/mongomatic.git
Ruby Gems
gem install mongomatic


Comments
No one has said anything yet.
Leave a Comment