Hey all, this question is based on this: https://community.appsmith.com/tutorial/integrating-appwrite-appsmith
So I need my software to generate some JSON which I will pass to my PDF generation tool. Within that JSON I will have a Room, and inside the Room will be an unspecified number of Items. So what I am trying to understand is would it be better to include the Items within my Room collection in Appwrite? Or could I have separate collections and then combine them to generate the relevant JSON? What is best practice in this case? Thanks!
Recommended threads
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Terraform tablesdb_column type inconsist...
Hi, I am trying out the new terraform provider for appwrite that was introduced a few weeks back. As a first step I wanted to import our existing databases into...