Rename a child database
Reading or writing database documents requires an admin key. |
Solution
Use the Update
function:
ObjectV(ref: RefV(id = "llyr", collection = RefV(id = "databases")),ts: LongV(1622573459830000),name: StringV(llyr),global_id: StringV(yoijia8e1ybyy))
map[global_id:yoiji3uwcybyy name:llyr ref:{llyr 0xc0001804b0 0xc0001804b0 <nil>} ts:1622573472680000]
{ref: ref(id = "llyr", collection = ref(id = "databases")), ts: 1622573496170000, name: "llyr", global_id: "yoiji48irybyy"}
{
ref: Database("llyr"),
ts: 1622573509460000,
name: 'llyr',
global_id: 'yoiji573cydyy'
}
{'ref': Ref(id=llyr, collection=Ref(id=databases)), 'ts': 1622573512200000, 'name': 'llyr', 'global_id': 'yoijihdqgydyy'}
{
ref: Database("llyr"),
ts: 1624310577150000,
name: 'llyr',
global_id: 'yoat8nnggybyy'
}
Discussion
It is not possible to rename the parent database, the current database,
or any of the current database’s peers (that may exist) using
Update
. You can only rename a child databases.
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!