英文: Get an entity by a key passed via GET parameter 问题 我有 http://localhost:8080/?key=ahFkZXZ-ZGV2LWV...
将*datastore.Key添加到切片中
英文: Add *datastore.Key to slice 问题 我成功地获取了所有的数据,并使用模板在表格中显示出来。我在这段代码中使用Go语言查询数据存储,实体类型为Membership。 在...
Google Go不能生成唯一标识符吗?
英文: Google Go not generating unique identifiers? 问题 我正在尝试持久化实体,并允许数据库生成一个键。不幸的是,我似乎无法从API中获取一个合成的ID....
根据切片属性筛选实体
英文: Filter entities based on a slice property 问题 这是可能的,你可以使用以下代码来找到所有与给定键相关的产品: func findRelatedProd...
GAE过滤器实体键(Golang)
英文: GAE filter entity key (Golang) 问题 我想使用类似的方式来获取实体键: datastore.NewQuery("Article").Filte...
在Google App Engine – Go API中遇到了与查询/数据存储相关的问题。
英文: Trouble with Queries/Datastore in Google App Engine - Go API 问题 我正在使用Go APIs玩Google App Engine,尽...
将一个数据存储实体转换为Go中的接口
英文: Getting a datastore entity into an interface in Go 问题 我有几个数据存储种类,它们具有相同的字段Id。是否可能创建一个通用函数来获取这个值?...
更新数据存储实体 – 更改祖先而不更改实体键
英文: Update a datastore entity - change ancestor without changing entity key 问题 是否可以在不更改实体键的情况下更新实体的祖...
Cost of creating a datastore.Key: Storing a key in struct versus an id and fetching from the datastore
英文: Cost of creating a datastore.Key: Storing a key in struct versus an id and fetching from the dat...
通过父实体筛选数据存储结果
英文: Filtering datastore results by parent entity 问题 这个问题已经在Python中得到了回答: https://stackoverflow.com/q...
18