开发者

MacRuby - ActiveRecord for storage?

Is it possible to use ActiveRecord for storage and query in a MacRuby Cocoa application开发者_开发知识库?

If it is, are there any resources that shows how?

Are there any reason why ActiveRecord should not be used?


Yes, it is. It's a Ruby library, you can use it without any problem.

However, ActiveRecord is a quite huge library. You might not need all its features. If you simply need to connect to a database and perform operations, I strongly encourage you to give Sequel gem a try.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜