objectbox-swift
objectbox-swift copied to clipboard
Retrieve store from Box object
In ObjectBox for java you can retrieve the store from an Box object to easily start transactions. In swift this field is not available so you have to keep a store reference around to make transactions.
Describe the solution you'd like Add a store reference to Box objects like in java.
Thanks for the suggestion!