Does FoundationDB keep/ensure the backward compatibility of stored keys such as a tuple? In Data Modeling — FoundationDB 6.2, FoundationDB stored a tuple key as a value. But I’m not sure that is recommended and safe usage.
tr.Set(fdb.Key("index"), tuple.Tuple{"id"}.FDBKey())