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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...