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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.