GAE 数据存储上的键值数据?
我阅读了 GAE Datastore 的文档,但这对我来说有点......太难理解了。我需要的只是一个简单的键值选项。有办法做到这一点吗?我更喜欢用几行代码来完成此操作,因为它很简单。我不知道为什么没有 API 来执行此操作。
I read the documentation of GAE Datastore, but it's a bit.. too hard for me to understand. What I need is just a simple key-value option. Any way to do this? I'd prefer doing this in couple lines of code, because it's simpel as pie. Idk why there isn't an API for doing this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GAE的数据存储已经是一个Key-Value存储,其中value是任何Map。该地图可以有一个或多个元素。
GAE's datastore is already an Key-Value storage, where value is any Map. This map can have one or more elements.