开发者

need to know how to use nosql database with ruby [closed]

开发者 https://www.devze.com 2023-01-28 03:07 出处:网络
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Closed. This question is opinion-based. It is not currently accepting answers.

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 question

which 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消