编写 ActiveRecord 适配器

发布于 2024-07-27 19:59:21 字数 222 浏览 7 评论 0 原文

我想为 ActiveRecord 适配器 .org/hbase/" rel="noreferrer">HBase 数据库,因为当前不存在。 然而,我在网上搜索了一段时间,找不到任何关于如何编写 ActiveRecord 适配器的好资源。 您将如何去做这件事,或者有什么可以推荐的链接吗?

I'd like to write my own ActiveRecord adapter for the HBase database since none currently exist. However, I've been searching for a while online and can't find any good resources on how to write an ActiveRecord adapter. How would you go about doing this, or are there any links you can recommend?

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

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

发布评论

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

评论(2

腹黑女流氓 2024-08-03 19:59:21

我认为最简单的方法是 转到源代码

Rails trunk 有用于 mysql、postgres 和 sqlite 的适配器,您可以将其作为您的适配器的基础。 abstract_adapter.rb 非常短并且实现起来相当简单。

I think the easiest thing to do is go to the source.

The rails trunk has adapters for mysql, postgres and sqlite, which you could base your adapter on. abstract_adapter.rb is pretty short and fairly straight forward to implement.

有木有妳兜一样 2024-08-03 19:59:21

您应该查看 Rhino

You should check out Rhino.

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