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

Runtime

>= 0.18.0
 Project Readme

mongodb_adapter¶ ↑

A mostly functional DataMapper adapter for MongoDB.

4 specs are not passing, to do with OR conditions or negated regular expressions.

Updating on Serial is also broken when Serial field is not called ‘_id’. So call Serial field ‘_id’, OK?

Installation¶ ↑

gem install mongodb_adapter

Usage¶ ↑

adapter: mongodb database: databasename host: hostname # defaults to ‘localhost’ port: portnum # defaults to 27017

Notes¶ ↑

Uses the ‘mongo’ gem. For extra performance you should install the ‘mongo_ext’ gem which adds native compiled components.