Hello everyone, I would love to talk about AppWrite's collections and especially what kind of philosophy is being used. I was reading this issue : https://levelup.gitconnected.com/building-a-location-based-app-with-appwrite-48a2e2b6d4c2#a658 And it proposed an approach very similar to relational databases. While in previous versions, (Judging by looking at github repos), apparently there attributes that type "Object". Meanwhile, in the official Appwrite documentation, there is an attribute with type "Relationship" that would serve, analogically speaking, as FK/PK. (https://appwrite.io/docs/databases#attributes) Yet while creating my attributes, I can't seem to find the type relationship.
Hi
Hello !
Please see this https://github.com/appwrite/appwrite/issues/5599
Thank you very much for the link. It clarified my problem.
Relationship attribute not found on cloud.appwrite [SOLVED]
[SOLVED] Relationship attribute not found on cloud.appwrite
Recommended threads
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...