isar / isar/hive

Support upsert like operation

Open
#110 6 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.