Hi guys, I am trying to implement SpiceDB on a Pyt...
# spicedb
d
Hi guys, I am trying to implement SpiceDB on a Python back-end. A thing I am struggling with is the finding of a current relationship and then updating it. For example, a user used to have read access to a document but now has write access. What is the preferred method of doing this? Do we find the relationship and then update the relation? Or do we delete the existing relationship and create a new one?
2 Views