GAE数据存储区的前端 - 与GAE一样的phpMyAdmin

时间:2021-01-23 15:50:09

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???

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

3 个解决方案

#1


2  

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

Google App Engine提供了现成的管理控制台来管理您的记录。

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

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

Implemented features

  • List records for each registered model
  • 列出每个注册模型的记录

  • Create new records
  • 创建新记录

  • Update/edit records
  • Delete records
  • Paging of items in Appengine Admin list view
  • 在Appengine Admin列表视图中对项目进行分页

Here the complete list of implemented features.

这里是已实现功能的完整列表。

#2


2  

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

你试过http:// localhost:8888 / _ah / admin / datastore吗?这是非常基本但它已经存在。

#3


1  

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

在生产中,管理控制台提供此功能。在SDK中,您可以转至/ _ah / admin / datastore。

#1


2  

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

Google App Engine提供了现成的管理控制台来管理您的记录。

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

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

Implemented features

  • List records for each registered model
  • 列出每个注册模型的记录

  • Create new records
  • 创建新记录

  • Update/edit records
  • Delete records
  • Paging of items in Appengine Admin list view
  • 在Appengine Admin列表视图中对项目进行分页

Here the complete list of implemented features.

这里是已实现功能的完整列表。

#2


2  

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

你试过http:// localhost:8888 / _ah / admin / datastore吗?这是非常基本但它已经存在。

#3


1  

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

在生产中,管理控制台提供此功能。在SDK中,您可以转至/ _ah / admin / datastore。