GAE 数据存储的前端 - 类似于 GAE 的 phpMyAdmin

发布于 2024-10-12 06:36:04 字数 93 浏览 12 评论 0原文

是否有一些前端可以允许管理员插入、更新、删除记录,并从 Google 应用程序引擎数据存储区创建修改和删除表,就像您在 mysql 上使用 phpMyAdmin 一样???

is there some front end that could allow an admin to insert, update, delete records, and create modify and drop tables from Google Application Engine datastore, just like you do with phpMyAdmin on mysql???

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

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

发布评论

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

评论(3

萌辣 2024-10-19 06:36:04

Google App Engine 提供了一个开箱即用的管理控制台来管理您的记录。

作为有效的替代方案,请查看 App Engine 管理 项目。

已实现的功能

  • 列出每个注册模型的记录
  • 创建新记录
  • 更新/编辑记录
  • 删除记录
  • Appengine 管理列表视图中的项目分页

此处已实现功能的完整列表。

Google App Engine provides out of the box an administration console to manage your records.

As a valid alternative, have a look to the App Engine admin project.

Implemented features

  • List records for each registered model
  • Create new records
  • Update/edit records
  • Delete records
  • Paging of items in Appengine Admin list view

Here the complete list of implemented features.

如梦初醒的夏天 2024-10-19 06:36:04

您是否尝试过 http://localhost:8888/_ah/admin/datastore ?这是非常基本的,但它已经存在了。

Have you tried http://localhost:8888/_ah/admin/datastore? It's very basic but it is already there.

萤火眠眠 2024-10-19 06:36:04

在生产中,管理控制台提供此功能。在 SDK 中,您可以转到 /_ah/admin/datastore 进行相同的操作。

In production, the admin console provides this functionality. In the SDK, you can go to /_ah/admin/datastore for the same.

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