Closed ej2015 closed 6 years ago
Someone might want to use a db like ActiveRecord or initialize the memory store with some options. In a multi process application, each process has its own memory space so it might be necessary to have a single store in a db or file to make sure the rates stay consistent.
makes perfect sense, thank you!
Use store_with_historical_data_support(default memory store with eu_central_bank_historical_data_support mixin) as default store, and allow users to use their custom store.
related to #61