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.
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.