Is there a possibility to make a relationship between 2 databases? For example: You have a database with all the information that an other database can relate to (for less storage space)
Not automatically. Our relationship support is only within a database
Okay. Are you planning on adding support to other databases or is there a workaround?
There has not been any discussion about adding that feature.
You can store and ID and use getDocument()
Okay, thanks for the support
@Krinnen can we set this issue as solved?
Yes, you can. Thanks for the help
[SOLVED] Cross-database Relationships
Recommended threads
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...