I am trying to understand the arrays feature in the attributes. What is a good use case for them? Like if I want to be able add multiple items but dont have a defined numb er?
Yes... and if you don't need to query it
so would it be good for like imgs?
Sure
What is the option if i need to query it?
You can't
ahh
its there any plan to add that down the road?
Also, updates to an array attribute must be a full update. You can't insert one item
Ya
Good to know!
Awesome thank you as always steven!
[SOLVED] arrays in appwrite
Recommended threads
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...