Web Developer
http://157.230.98.159/docs/rules is this way of creating collection still valid?
Votes
0
Replies
20
Participants
Unknown
Messages
21
Web Developer
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
Rank 4: Virtual Machine
Use JSON.stringify
Can u give me some example
Rank 4: Virtual Machine
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?
Rank 4: Virtual Machine
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
Rank 4: Virtual Machine
Or it's old doc ? Don't remember
Rank 4: Virtual Machine
Yeah, thinks you read old doc
Rank 4: Virtual Machine
Rank 4: Virtual Machine
It's changelog for 0.12.0, so rules deleted long time ago
Rank 4: Virtual Machine
Ok thnx for ur help 👍
I wonder why such Important part was removed nested documents are widely been used in databases
Rank 4: Virtual Machine
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
Rank 4: Virtual Machine
.
Admin
How did you find this?