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
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...