ExpoOriginal post
Web Developer
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?
Summary
There is currently no support for recursive relationships in Appwrite's DBs. You are unable to select the same collection as the related collection in the relationship menu. It is unclear if recursive relationships will be added in the future.