googleapis / googleapis/google-cloud-go

datastore: support `map[string]interface{}` as a Property

Open
#10,459 0 comments 0 reactions 1 assignee Claimed by @bhshkh View on GitHub
api: datastore type: feature request
Dominant language
Go
Stars
4.5k
Forks
1.6k
Avg merge
1d 13h
Merged PRs (30d)
109

Description

**Is your feature request related to a problem? Please describe.**

I'd like to be able to save `map[string]string` fields of a structure as a nested entity.

**Describe the solution you'd like**

Will be great if `datastore.Property` supported `map[string]interface{}` as a way to save nested structs

**Describe alternatives you've considered**

For now, just use custom `Load`/`Save` implementations of `PropertyLoadSaver`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.