I have two tables, subjects and boards the boards table has a name and a slug attribute and the name is unique for the subjects table, i want to add a relationship with the board's name attribute but i dont get any way to change it
what can i do? am i missing something
Keep in mind, relationships are experimental so I would use them sparingly.
Relationships are between documents. So you would relate a board document to a subject document. Then, when you fetch a board, the related document is also fetched
how can I add something that has relationship with other document
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...