Support upsert like operation
Open
enhancement
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
**Question**
For example: I have class, which I want to store, lets name it `Spot`.
It has few fields:
- id, int
- name, string
- description, string
- photos, list
- isFav, bool
Once data are loaded from server, customer can interract with spots and mark some of them as favourite.
After some time I am planing to check for some data updates. Lets imagine that some data was changed. So I need to update it, but still left the existed field `isFav` with prefious status.
Is there any options for something similar in hive?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.