英文: Nilable value in appengine/datastore using Go 问题 Datastore不支持指针类型(https://cloud.google.com/appen...
创建一个有限的数据存储索引。
英文: Create a limited datastore index 问题 我在我的GAE应用程序中有一个查询,看起来像这样: datastore.NewQuery("item"...
如何在数据存储中找到最大值?
英文: How do I find a max value in datastore? 问题 我正在使用Go和Datastore,并且我想要一个查询,从Datastore中获取最大值。我在文档中找不到...
Go API中的KEY_RESERVED_PROPERTY等效于什么?datastore
英文: What's the KEY_RESERVED_PROPERTY equivalent for the Go API ? datastore 问题 我需要检查一个键(即用户名)是否存在...
为什么在没有提供祖先时查询没有返回结果?
英文: Why the query doesn't return results when the ancestor is not provided? 问题 为什么在未指定祖先时过滤器不起作用...
在Golang中使用Google Datastore查询具有任意键的数组。
英文: Querying with an array of arbitrary keys on Google datastore in Golang 问题 从这个问题继续: https://stack...
Google Datastore中的嵌套实体在Golang中的处理方式
英文: Google Datastore nested entity's in Golang 问题 我在设计我的模型时遇到了一些问题,因为我的模型包含了一个切片的切片,我得到了一个错误信息: ...
如何过滤 GAE 查询?
英文: How to filter a GAE query? 问题 我正在尝试保存两条记录,并获取第二条记录。问题在于过滤器似乎不起作用。尽管我按照名称("Andrew W")进行...
在Google App Engine Datastore中使用Golang进行“IN Array”查询。
英文: Doing a "IN Array" query on google app engine datastore with golang 问题 在Datastore中,可以使...
数据存储:获取时无效的实体类型
英文: datastore: invalid entity type on get 问题 嘿,我正在尝试通过传递一个id来获取一个实体,但是看起来我得到了一个空指针。我尝试了几种初始化实体的方式,但结...
18