【发布时间】:2021-11-24 11:07:33
【问题描述】:
我之前与firestore 合作过,我们可以将documents 保存在集合中,并将集合保存在文档中。 google datastore kind类似于collection,entity类似于document,怎么把kind放在kind里面?
对于火库
collection
- document
- collection
- document
.... so on
Google Datastore如何做到这一点?
kind
- entity
- kind
- entity
.... so on
【问题讨论】:
标签: python google-cloud-platform google-cloud-datastore