You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. Looking forward to a complete CRUD example with multiple object relationships.
In actual projects, there are still many principles that need to be followed, such as:
Avoid establishing bidirectional relationships between models
The official manual document provides several best practices, one of which is: Use Immutable data models.
Because it can improve performance. However, if you want to update these Immutable data models, other objects that reference them need to be manually synchronized and stored.
I hope the project team can share more practical experience and skills, including modeling, modification, synchronization, updating, etc.
Currently, we can only insert new books - we can't edit them, nor delete them.
The text was updated successfully, but these errors were encountered: