Project

splash

0.0
No commit activity in last 3 years
No release in over 3 years
Splashes Mongo
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.3

Runtime

>= 1.0
 Project Readme

splash – because mongodb is fun :)

Faq

What is it?

A wrapper around the mongo ruby driver .

What are the advantages in comparison to use the bare driver?

  • With the bare driver you save and load nested hashes. With splash you load and save document structures as complex as you like.
  • Writing queries gets a lot more comfortable and you can abstract writing queries using scopes.
  • Single table inheritance is build in.
  • Map reduce becomes your friend.
    More to come …

Okay, i’ve seen that on other gems

True. The problem, this gem tries to solve, is very common and so there are many different approaches. Yet, I was not really satisfied with most of them, so I created my own.