
Hello, May I seek your opinion on the relationship type to use?
Consider the following data:
- product A, B, C
- product group A, B, C
Product group A contains product A, B Product group B contains product A, C Product group C contains product B, C
I am experimenting with one-way relationship, and on delete cascade.
If I delete product group A, it deletes product A and B. I think this is expected because of the delete cascade.
If I want to keep product A, B when I delete product group A. But I want it to delete the product, when all product groups that hold the product have been deleted, is it something that is possible?
For example, if I delete product group A and B, it should delete product A. Product B and C should not be deleted because they are still held by group B and C.
Recommended threads
- Asymetric Authentication for Appwrite si...
Is there any way to do asymmetric authentication of Appwrite users on the server side without making a network call? This can result in a huge reduction in late...
- Problems following https://appwrite.io/b...
To me it is unclear what the author means when he writes "Please note that the Appwrite instance should be shut down". I am using docker. What exactly am I supp...
- Registering new flutter app
Hi, ive got an already build flutter app which works in development with appwrite. but with the built version i get an error that the client is not registered. ...
