DataMapper

DataMapper 1.2.0

DataMapper is a thread-safe ORM for Ruby that allows developers to easily interact with various data storage systems using a common application programming interface (a.k.a. an API).It comes with lots of features and (official and community supported)...

Apache MRUnit lets developers write unit tests that can be used in detecting problems with MapReduce jobs before their run on the database itself.By unit testing Hadoop's MapReduce jobs, developer can avoid useless resource consumption, a good habit to...

NHibernate

NHibernate 4.0.3

NHibernate automatically renders SQL for handling objects, based on an XML description.Features:Natural programming model Native .NET support Support for fine-grained object models No build-time bytecode enhancement Query options Custom SQL Support for...

Apache CouchDB was initially developed at IBM and donated later on to the Apache Software Foundation.Compared to other databases around, CouchDB is still very young, but this has not stopped it from gathering quite a following in its short lifespan.The...

Relaxo

Relaxo 0.4.4

Apache CouchDB is a document-oriented database developed at the Apache Software Foundation, written in Erlang, implementing NoSQL principles. Relaxo facilitates using Apache CouchDB with Ruby-based applications, allowing the developer to write as less...

Sqitch

Sqitch 0.9992 updated

Sqitch works just like any other version control system, tracking changes between files, but unlike normal VCS systems, Sqitch tracks only changes made to a database.If something went wrong at one point or another during the development stage, Sqitch...

MongoKit

MongoKit 0.9.1.1 updated

The module is built on top of the native MongoDB Python driver.What is new in this release:Now MongoKit required PyMongo >= 2.5 find_and_modify returns None if the query fails Fix off-by-one error on SchemaDocument Fix inherited queries Fix for...

Apache HBase

Apache HBase 1.2.0 updated

Apache HBase was modeled after Google's internal BigTable database system and was built atop the famous Apache Hadoop data processing framework and distributed computing engine. Because it was built on Hadoop, some of its cool features are also inherited...