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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...