Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 months ago.
Improve this questionwhich N开发者_运维百科OSQL database will be easiest to use with Ruby ?
When you're going for easy, I would guess MongoDB. There are some great Mongo libraries out there.
- MongoMapper: http://mongomapper.com/
- Mongoid: http://mongoid.org/
- LightMongo: https://github.com/elliotcm/light_mongo
- Mongomatic: http://mongomatic.com/
But each NOSQL database has its own strengths and weaknesses. MongoDB is easy, others focus on other features.
精彩评论