Yup! The schema pretty much lets every relationshi...
# spicedb
t
Yup! The schema pretty much lets every relationship be a many-to-many, which is appropriate in some cases (a user is in many discord servers, a server has many members) and inappropriate in other cases (a server can have many channels, a channel can be part of only one server). So we as users need to use application level logic to enforce these invariants, which I imagine many spicedb users have done.