http://157.230.98.159/docs/rules is this way of creating collection still valid?
Anyone please help I want to create nested documents how can I do it
Use JSON.stringify
Can u give me some example
nested = relationship ? (if yes go : https://appwrite.io/docs/databases-relationships) Or nested = have attribute with JSON on it (if yes, use JSON.stringify on save)
Can't we use this method now?
rule isn't deploy on appwrite, for 1.4 I thinks
Do u know for which version it is Implemented?
Being mongo user this way suits me best
Or it's old doc ? Don't remember
Yeah, thinks you read old doc
It's changelog for 0.12.0, so rules deleted long time ago
Ok thnx for ur help 👍
I wonder why such Important part was removed nested documents are widely been used in databases
Replaced by relationship : https://appwrite.io/docs/databases-relationships
Actually I am using mvc architecture in backend so for model since we can't create nested documents, what alternative code should I write that best represents relationship among collections
.
How did you find this?
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...