GAE 上有 DAL/ORM 吗?

发布于 2024-07-09 10:26:36 字数 207 浏览 6 评论 0原文

是否有任何数据库抽象层 (DAL) 或对象关系映射器 (ORM) 可在 Google App Engine (GAE) 和普通关系数据库 (RDBS) 上工作,除了 web2py 的?

如果没有,是否有人致力于将现有 DAL/ORM 之一移植到 GAE?

Is there any Database Abstraction Layer (DAL) or Object Relational Mapper (ORM) that works on Google App Engine (GAE), and on normal relational databases (RDBS), other than web2py's?

If not, is anybody working on porting one of the existing DAL/ORM to GAE?

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

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

发布评论

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

评论(3

风和你 2024-07-16 10:26:36

Google App Engine 有一个 ORM。 它和 SQLAlchemy 之间有一些差异,但看起来它可以工作。 检查此页面:http://code.google.com/appengine/文档/python/datastore/entitiesandmodels.html

There is an ORM for Google App Engine. There are some differences between it and SQLAlchemy, but looks like it works. Check this page: http://code.google.com/appengine/docs/python/datastore/entitiesandmodels.html

黒涩兲箜 2024-07-16 10:26:36

Web2Py 有一个与 GAE 兼容的 DAL。 事实上,整个框架可以部署到 GAE:http://mdp.cti。 depaul.edu/examples/default/index

Web2Py has a DAL that is compatible to GAE. In fact, the whole framework can be deployed to GAE: http://mdp.cti.depaul.edu/examples/default/index

吃不饱 2024-07-16 10:26:36

目前,看起来 SQLAlchemy 正在研究它,但它不完整/未完成。 祝你好运!

Currently, it looks like SQLAlchemy is working on it, but it's incomplete / unfinished. Good luck!

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