
Hi everyone. I am new in Appwrite. i want to store Dishes Menu inside Each Restaurant item. Please Guide me 💕

There are two main approaches here. The first way you could do this is using relationships (although they are an experimental feature). This link should walk you through understanding and using relationships in your projects https://appwrite.io/docs/products/databases/relationships
The second method, and my preferred way of doing it at the moment, is to simply store the IDs of the documents in a string array and then fetch the documents separately. I have found this to have better performance when dealing with a large amount of data than using relationships.

@Ryan thanks. Can you Send me an example of the Second Approach ?
Recommended threads
- Google consent screen is not showing aft...
Hey Appwrite team! 👋 I'm working on a Next.js app with Google OAuth integration using Appwrite, and I've run into a common UX scenario that could be improved. ...
- SSR FOR REACT VITE not next.js.
Good day all. Please I'd like to know if appwrite allows SSR for react app not vite. I checked the docs but I don't know I didn't see anything that specifies if...
- Subscription problem
I want to subscribe 25$ pro plan , but its showing : "Provided payment method is no longer available."
