Managing relationships between entities by Many-to-Many link
I have 2 entities User
and Location
with a Many-to-Many link. The creation of a relationship seems to work but not the deletion.
The goal is not to delete the entities but only the relationships.
Flutter ObjectBox Save nested ToOne ToMany Entities
I have the following entities:
Flutter ObjectBox, toOne Target is Null
I’m stuck with an issue, have tried multiple solutions but didn’t worked.