是否有通过 XML-RPC 与数据交互的 Python ORM 框架?

发布于 2024-09-12 01:14:35 字数 167 浏览 3 评论 0原文

我正在开发一个 Web 应用程序,它通过 XML-RPC 与数据交互,而不是直接连接到数据库。我可以通过 XML-RPC 方法执行 SQL 查询。

我想以 ORM 框架方式与数据进行交互,该框架具有惰性/急切的获取等功能,尽管我似乎无法弄清楚如何使用 Python 甚至 Django 的库来实现这一点。

I am working on a webapp that interacts with data via XML-RPC rather than with a direct connection to a database. I can execute SQL queries via an XML-RPC methods.

I would like to interact with the data in an ORM framework fashion that has lazy/eager fetching, etc., although I can't seem to figure out how that would be possible with Python or even Django's libraries.

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

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

发布评论

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

评论(2

流绪微梦 2024-09-19 01:14:35

查看 XML 模型。它是 REST 而不是 XML-RPC,但其中大部分可能是可重用的。

Check out XML Models. It's REST rather than XML-RPC, but much of it is probably reusable.

赢得她心 2024-09-19 01:14:35

您必须编写自己的数据库后端。查看现有后端了解如何执行此操作。

You would have to write your own database backend. Take a look at existing backends for how to do this.

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