Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full CRUD would be nice #4

Open
abonhote opened this issue Feb 22, 2024 · 1 comment
Open

Full CRUD would be nice #4

abonhote opened this issue Feb 22, 2024 · 1 comment

Comments

@abonhote
Copy link

Currently, we can only insert new books - we can't edit them, nor delete them.

@changchengqin
Copy link

changchengqin commented Apr 25, 2024

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:

  1. Avoid establishing bidirectional relationships between models
  2. 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.

thks.
@mstahv @mbarbero @netomi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants