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
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- I have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...