简体   繁体   English

如何解析/查看siena数据存储区中的数据?

[英]how to parse/see the data in siena datastore?

While playing around with playframework yabe-siena-gae, I noticed a datastore file created for the sample data. 在玩playframework yabe-siena-gae时,我注意到为样本数据创建了一个数据存储文件。

Does any tool exist or is there some way to view the data inside the datastore file created by siena? 是否存在任何工具或是否有某种方法可以查看由siena创建的数据存储文件中的数据?

If you are using the out of the box Play Server with the Google App Engine module, then you can't unfortunately. 如果您使用现成的Play服务器与Google App Engine模块,那么您不能不幸。

See here for more details . 有关详细信息,请参见此处

The post does suggest that if you are deploying to a local servlet container (ie Tomcat/JBoss, but not the Play Netty server) then you may be able to use the standard data viewer URL that comes with GAE 帖子的确表明,如果要部署到本地servlet容器(即Tomcat / JBoss,而不是Play Netty服务器),那么您可以使用GAE附带的标准数据查看器URL

localhost:8080/_ah/admin/  

Alternatively, deploy a test version to a GAE account, and use the data viewer from within the google web consoles for managing your apps. 或者,将测试版本部署到GAE帐户,并使用Google Web控制台中的数据查看器来管理您的应用。

Codemwnci is right. Codemwnci是对的。
You can also try the play-crud-siena module for Play1.x which allows to see the data in your tables by just adding a few controllers to your application. 您还可以尝试Play1.x的play-crud-siena模块,它允许通过向应用程序添加一些控制器来查看表中的数据。
It's not perfect but it's better than nothing. 它并不完美,但总比没有好。
If you use Siena+Sql, you can use the traditional tools associated with your RDBMS. 如果您使用Siena + Sql,则可以使用与RDBMS关联的传统工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM