MacRuby - ActiveRecord 用于存储?

发布于 2024-10-05 03:41:46 字数 122 浏览 2 评论 0原文

是否可以在 MacRuby Cocoa 应用程序中使用 ActiveRecord 进行存储和查询?

如果是的话,是否有任何资源可以说明如何实现?

有什么理由不应该使用 ActiveRecord 吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

相权↑美人 2024-10-12 03:41:46

是的。它是一个 Ruby 库,您可以毫无问题地使用它。

然而,ActiveRecord 是一个相当庞大的库。您可能不需要它的所有功能。如果您只需要连接到数据库并执行操作,我强烈建议您尝试Sequel gem

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文