Is there a benefit to App Relations over unique id strings?
- 0
- Flutter
- Web
- Cloud
- React Native
- Self Hosted

I'm trying to get my first Appwrite site together and I need to either use the Relations or do the manual method using UUID strings. The problem I'm finding is that when I need to reference the relation in my TypeScript code, I have a problem where I have to define the interface first and sometimes there are 2-way references. I'm failing to see the benefit of relations. How is it any different than storing an array of strings? Isn't TypeScript going to give me back an array of either UUID strings or JS Objects. Seems to me like the old method of just storing the count as a column/attribute and an array of strings makes more sense because you can select the count and/or the UUID string array. Do you know of any benefits to the Relations?
Recommended threads
- Attribute creation stuck at processing f...
Hey Appwrite community! π I'm running into a persistent issue with my self-hosted Appwrite installation (v1.6.1) where programmatically creating attributes fo...
- Could not open input file: /usr/src/code...
I updated my selfhosted instance to `1.6.2` and the new service (`appwrite-task-stats-resources`) failed to start. The only log message I see is: ``` Could not ...
- Custom Domain TLS Certificate Not Applie...
Added a custom domain, but gives me an error ``` Requested host does not match any Subject Alternative Names (SANs) on TLS certificate [3d45f294eb3f84a3350132a2...
