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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!