I'm trying to make a recursive two-way relationship in Appwrite's DBs for a reddit-alike reply system; ie you can reply to a reply. The issue is, the relationship menu doesn't let me select itself as the Related Collection.
Is there any way to do this? Does a recursive relationship break Appwrite?
correct...for the moment, you can't have a relationship to itself
any plans for it being added in future?
we haven't talked about this explicitly
Recommended threads
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...