pub fn store_open(realm: StoreRealm, name: &str) -> StoreHandleExpand description
Open a store and make it available for the module
This can be a very expensive operation for [StoreRealm::Global] as it will synchronize and download latest data.
Prefer to call this early in module initialization