I'm little bit confused <:flutter:714892041401925684>
Flutter My collections look like:
- dbA:
- id
- title
- content
- dbB:
- id
- dbA_id
- body
I to get fetch dbB to return selected data that json look like:
[
{
'id': ...,
'body': ...,
'relativeDbA': {
'id': ...,
'title': ...
}
},
{
...
},
...
]
Starting with Appwrite 1.3, we added support for relationships which let's you do something like this. Please see https://appwrite.io/docs/databases-relationships for more info.
Recommended threads
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...
- Realtime Error Invalid query: Syntax err...
I was test driving Self-Hosted Appwrite for my use with Swift IOS apps as a backend while back and after successful trials, I started to move to incorporate int...