Skip to content

okify/mongodb_adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project is cancelled in favour of dm-mongo-adapter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages