Join Discord
Powered by
How to make sure a SpiceDB relation has one single...
# spicedb
a
arykalin
10/27/2023, 7:43 AM
Hi, I want to create owner relation that can have only one relationship in database, is it possible?
v
vroldanbet
10/27/2023, 7:48 AM
You can do this with preconditions than make sure that no write to
owner
relation happens if another relation already exists:
https://buf.build/authzed/api/docs/main:authzed.api.v1#authzed.api.v1.Precondition
Previous
Next