store_open

Function store_open 

Source
pub fn store_open(realm: StoreRealm, name: &str) -> StoreHandle
Expand 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